diff --git a/tests/fixtures.py b/tests/fixtures.py index 6d26bb91..c0b0fa32 100644 --- a/tests/fixtures.py +++ b/tests/fixtures.py @@ -349,11 +349,6 @@ def DALS(str): return textwrap.dedent(str).lstrip() -class NullFinder: - def find_module(self, name): - pass - - class ZipFixtures: root = 'tests.data'