Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: Don't use StrEnum
Browse files Browse the repository at this point in the history
  • Loading branch information
robsavoye committed Mar 26, 2024
1 parent 4be884e commit f208abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tm_admin/access.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from tm_admin.yamlfile import YamlFile
import asyncio
from rbac import RBAC, RBACConfigurationError, RBACAuthorizationError
from enum import IntEnum, StrEnum
from enum import IntEnum
# This is only used for debugging output during development
import json

Expand Down

0 comments on commit f208abe

Please sign in to comment.