Skip to content

Commit

Permalink
Make no assertions about the number. It could be negative.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Sep 13, 2024
1 parent 0b3a1b9 commit a575660
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zipp/compat/overlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
The ``zipfile`` object added to ``sys.modules`` needs to be
hashable (#126).
>>> hash(sys.modules['zipp.compat.overlay.zipfile']) > 0
True
>>> _ = hash(sys.modules['zipp.compat.overlay.zipfile'])
"""

import importlib
Expand Down

0 comments on commit a575660

Please sign in to comment.