Skip to content

Commit 70a6075

Browse files
warsawarhadthedevAA-Turner
authored andcommitted
gh-98040: Backport python/cpython#98059
Removed ``fixtures.NullFinder``. --------- Co-authored-by: Oleg Iarygin <[email protected]> Co-authored-by: Adam Turner <[email protected]>
1 parent 0819803 commit 70a6075

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/fixtures.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -349,11 +349,6 @@ def DALS(str):
349349
return textwrap.dedent(str).lstrip()
350350

351351

352-
class NullFinder:
353-
def find_module(self, name):
354-
pass
355-
356-
357352
class ZipFixtures:
358353
root = 'tests.data'
359354

0 commit comments

Comments
 (0)