Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Sep 23, 2024
1 parent 43069ba commit 9902bcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/examples/cvat/exchange-oracle/src/utils/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ class BetterEnumMeta(EnumMeta):

def __contains__(cls, item) -> bool:
return isinstance(item, cls) or item in [v.value for v in cls.__members__.values()]

# TODO: implement __get_pydantic_json_schema__ for OpenAPI compatibility

0 comments on commit 9902bcd

Please sign in to comment.