Skip to content

Commit

Permalink
gh-98040: Backport python/cpython#98059
Browse files Browse the repository at this point in the history
Removed ``fixtures.NullFinder``.

---------

Co-authored-by: Oleg Iarygin <[email protected]>
Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
3 people authored and jaraco committed Jun 8, 2023
1 parent 0819803 commit 70a6075
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 70a6075

Please sign in to comment.