remove comments from enums

This commit is contained in:
samathad2023
2024-03-14 11:11:17 -07:00
parent e0ed44763f
commit cf25933cd0

View File

@@ -1,8 +1,4 @@
from enum import StrEnum # type: ignore [import-not-found]
# 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.
from enum import StrEnum
class TemplateType(StrEnum):