mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-06-27 15:54:20 +00:00
Breaking: Drop support for Python 3.10 (#12234)
This commit is contained in:
@@ -9,7 +9,7 @@ if TYPE_CHECKING:
|
||||
from channels_redis.pubsub import RedisPubSubChannelLayer
|
||||
|
||||
|
||||
class ProgressStatusOptions(str, enum.Enum):
|
||||
class ProgressStatusOptions(enum.StrEnum):
|
||||
STARTED = "STARTED"
|
||||
WORKING = "WORKING"
|
||||
SUCCESS = "SUCCESS"
|
||||
|
||||
Reference in New Issue
Block a user