diff options
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-x | run_project_tests.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/run_project_tests.py b/run_project_tests.py index ab8e3ae..e9f1942 100755 --- a/run_project_tests.py +++ b/run_project_tests.py @@ -66,9 +66,6 @@ class DummyFuture(conc.Future): ask for the result. Used on platforms where sem_open() is not available: MSYS2, OpenBSD, etc: https://bugs.python.org/issue3770 ''' - def __init__(self, *args, **kwargs): - super().__init__(*args, **kwargs) - def set_function(self, fn, *args, **kwargs): self.fn = fn self.fn_args = args |