More cleanup.

Signed-off-by: Cliff Hill <Clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-01-30 16:10:28 -05:00
parent fe69042467
commit b1a53c76ee
4 changed files with 33 additions and 26 deletions

View File

@@ -1,4 +1,5 @@
from strenum import StrEnum # In 3.11 this is in the enum library.
from strenum import StrEnum # In 3.11 this is in the enum library. We will not need
# this external library any more.
class TemplateType(StrEnum):