aboutsummaryrefslogtreecommitdiff
path: root/run_project_tests.py
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-17 03:54:49 -0400
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2017-05-17 03:54:49 -0400
commitfaf114299bd6e2ac9c5569493d1974f2de41e13b (patch)
treed7ae6402c61a143687b6e6d7b801b989fcf79fb3 /run_project_tests.py
parent65b1d339310b2e8d7304d9b2f394bfb968b6c55b (diff)
downloadmeson-faf114299bd6e2ac9c5569493d1974f2de41e13b.zip
meson-faf114299bd6e2ac9c5569493d1974f2de41e13b.tar.gz
meson-faf114299bd6e2ac9c5569493d1974f2de41e13b.tar.bz2
Remove unnecessary __init__ methods.
Diffstat (limited to 'run_project_tests.py')
-rwxr-xr-xrun_project_tests.py3
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