Skip to content

Commit

Permalink
Add pragma no cover on Python 3.10 branch for 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jond01 committed Mar 15, 2023
1 parent 94153d5 commit 7813157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xil/_currencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from enum import StrEnum # pragma: no cover
else:

class StrEnum(str, Enum):
class StrEnum(str, Enum): # pragma: no cover
"""String enum"""


Expand Down

0 comments on commit 7813157

Please sign in to comment.