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
+2 -3
View File
@@ -4,9 +4,8 @@ import shutil
import subprocess
import typing
if typing.TYPE_CHECKING:
from .tld_list import TLDList
from .word_list import WordList
from .tld_list import TLDList
from .word_list import WordList
class FactoryError(Exception):