Skip to content

Commit

Permalink
Merge pull request #95 from jyksnw/development
Browse files Browse the repository at this point in the history
Bump Version for Release
  • Loading branch information
jyksnw authored Apr 5, 2023
2 parents 8156a4c + 6c1b113 commit a95123f
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 338 deletions.
2 changes: 1 addition & 1 deletion jdk/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


class BaseEnum(str, Enum):
def __contains__(self: type[Enum], obj: object) -> bool:
def __contains__(self, obj: object) -> bool:
try:
self(obj)
except ValueError:
Expand Down
Loading

0 comments on commit a95123f

Please sign in to comment.