fix: replace (str, Enum) with StrEnum to resolve ruff UP042 (#87)

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>
This commit is contained in:
Patrick Selamy
2026-03-09 21:17:51 -04:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 17504a5eaa
commit 7c494c38a6

Diff Content Not Available