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
@@ -5,8 +5,7 @@ import typing
import requests
import unidecode
if typing.TYPE_CHECKING:
from .cache import Cache
from .cache import Cache
class TLDError(Exception):