Compare commits

..

1 Commits

Author SHA1 Message Date
pselamy 12bd40fa69 fix: replace (str, Enum) with StrEnum to resolve ruff UP042
StrEnum (Python 3.11+) is the modern replacement for the (str, Enum)
pattern. Updates SyncState and PipelineState enums.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 01:17:34 +00:00

Diff Content Not Available