mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05:00
remove comments from enums
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
from enum import StrEnum # type: ignore [import-not-found]
|
from enum import StrEnum
|
||||||
|
|
||||||
# In 3.11 this is in the enum library. We will not need this external library any more.
|
|
||||||
# The line will simply change from importing from strenum to importing from enum.
|
|
||||||
# And the strenum library can then be removed from poetry.
|
|
||||||
|
|
||||||
|
|
||||||
class TemplateType(StrEnum):
|
class TemplateType(StrEnum):
|
||||||
|
|||||||
Reference in New Issue
Block a user