From cf25933cd096d55e7f840e89138c08a514d0a4a0 Mon Sep 17 00:00:00 2001 From: samathad2023 Date: Thu, 14 Mar 2024 11:11:17 -0700 Subject: [PATCH] remove comments from enums --- app/enums.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/enums.py b/app/enums.py index d135b0c47..a0dfbb467 100644 --- a/app/enums.py +++ b/app/enums.py @@ -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):