mirror of
https://github.com/vladmandic/automatic
synced 2026-08-30 17:11:00 +02:00
a127ae4e83
Seven 'list = None' / 'list[...] = None' parameters lacked the | None annotation required by PEP 484; ruff RUF013 flagged them in CI. Co-Authored-By: Claude <noreply@anthropic.com>