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:
@@ -7,7 +7,6 @@ Create Date: 2026-08-15 15:59:47.331545
|
||||
"""
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user