From b810bb130f81c0fbce43ae67244b10bc4699d930 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 27 Dec 2022 09:12:35 -0500 Subject: refactor: remove more of contracts --- coverage/misc.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'coverage/misc.py') diff --git a/coverage/misc.py b/coverage/misc.py index fe59ef6d..2505e871 100644 --- a/coverage/misc.py +++ b/coverage/misc.py @@ -101,11 +101,6 @@ def contract(*args_unused, **kwargs_unused): return _decorator -def new_contract(*args_unused, **kwargs_unused): - """Dummy no-op implementation of `new_contract`.""" - pass - - def nice_pair(pair): """Make a nice string representation of a pair of numbers. -- cgit v1.2.1