Skip to content

Commit

Permalink
Restore coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 13, 2023
1 parent 2ee11a6 commit 6fff99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipp/py310compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import io


def _text_encoding(encoding, stacklevel=2, /):
def _text_encoding(encoding, stacklevel=2, /): # pragma: no cover
return encoding


Expand Down

0 comments on commit 6fff99c

Please sign in to comment.