use Enum instead of StrEnum for python3.10
This commit is contained in:
parent
cd7cfe451c
commit
357b1ae9cb
@ -14,7 +14,7 @@ from ldaptool._utils import argclasses
|
||||
from ldaptool._utils.ldap import Result, SizeLimitExceeded
|
||||
|
||||
|
||||
class TableOutput(enum.StrEnum):
|
||||
class TableOutput(enum.Enum):
|
||||
MARKDOWN = "markdown"
|
||||
CSV = "csv"
|
||||
HTML = "html"
|
||||
|
Loading…
Reference in New Issue
Block a user