chore: clear the lint in the files this branch touches

Unused imports, duplicated import lines, and bare excepts that swallowed
KeyboardInterrupt along with everything else.
This commit is contained in:
2026-08-15 22:01:04 -04:00
parent e967019964
commit ff75f2c758
7 changed files with 7 additions and 27 deletions
@@ -7,7 +7,6 @@ Create Date: 2026-08-15 15:44:28.341020
"""
import warnings
from typing import TYPE_CHECKING
import sqlalchemy as sa
from alembic import op
@@ -18,9 +17,6 @@ from advanced_alchemy.types.password_hash.passlib import PasslibHasher
from advanced_alchemy.types.password_hash.pwdlib import PwdlibHasher
from sqlalchemy import Text # noqa: F401
if TYPE_CHECKING:
from collections.abc import Sequence
__all__ = ["downgrade", "upgrade", "schema_upgrades", "schema_downgrades", "data_upgrades", "data_downgrades"]
sa.GUID = GUID