chore: lower base python
Python Lint CI / ruff (push) Has been cancelled
Python Lint CI / ruff-format-check (push) Has been cancelled
Python Lint CI / ty (push) Has been cancelled

This commit is contained in:
2026-06-15 14:43:24 +02:00
parent 75c96efc76
commit f253115e62
6 changed files with 39 additions and 11 deletions
+1 -2
View File
@@ -2,8 +2,7 @@ import enum
import logging
import typing
if typing.TYPE_CHECKING:
from .params import Parameters
from .params import Parameters
class TermColor(enum.StrEnum):