Skip to content

Commit

Permalink
change StrEnum import
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandalei97 committed Nov 15, 2023
1 parent 2537a57 commit 3881584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/enums.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from enum import StrEnum
from strenum import StrEnum


class MetadataType(StrEnum):
Expand Down

0 comments on commit 3881584

Please sign in to comment.