summaryrefslogtreecommitdiff
path: root/buildscripts/idl/tests/testcase.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/idl/tests/testcase.py')
-rw-r--r--buildscripts/idl/tests/testcase.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/buildscripts/idl/tests/testcase.py b/buildscripts/idl/tests/testcase.py
index ff96da01dde..ee011d15d29 100644
--- a/buildscripts/idl/tests/testcase.py
+++ b/buildscripts/idl/tests/testcase.py
@@ -39,11 +39,6 @@ def errors_to_str(errors):
class NothingImportResolver(idl.parser.ImportResolverBase):
"""An import resolver that does nothing."""
- def __init__(self):
- # type: () -> None
- """Construct a NothingImportResolver."""
- super(NothingImportResolver, self).__init__()
-
def resolve(self, base_file, imported_file_name):
# type: (unicode, unicode) -> unicode
"""Return the complete path to an imported file name."""