Skip to content

Commit

Permalink
feat: Implemented new enum attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
micmurawski committed May 16, 2024
1 parent e69d773 commit 6e2b3bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pynamodb_utils/attributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from pynamodb.attributes import Attribute, MapAttribute
from pynamodb.constants import NUMBER, STRING


T = TypeVar("T", bound=Enum)
_fail: Any = object()

Expand Down

0 comments on commit 6e2b3bb

Please sign in to comment.