removed dependencies strenum

This commit is contained in:
samathad2023
2024-03-13 14:21:25 -07:00
parent d3a87b9ffb
commit e0ed44763f
3 changed files with 52 additions and 71 deletions

View File

@@ -1,4 +1,4 @@
from strenum import StrEnum # type: ignore [import-not-found]
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.