mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-16 23:01:06 +02:00
chore: linting
This commit is contained in:
parent
48fc70a08b
commit
a6200ee3a2
6 changed files with 12 additions and 16 deletions
|
|
@ -8,6 +8,8 @@ Create Date: 2026-01-06 12:00:00.000000
|
|||
|
||||
from collections.abc import Sequence
|
||||
|
||||
from sqlalchemy import text
|
||||
|
||||
from alembic import op
|
||||
|
||||
# revision identifiers, used by Alembic.
|
||||
|
|
@ -16,8 +18,6 @@ down_revision: str | None = "56"
|
|||
branch_labels: str | Sequence[str] | None = None
|
||||
depends_on: str | Sequence[str] | None = None
|
||||
|
||||
from sqlalchemy import text
|
||||
|
||||
|
||||
def upgrade() -> None:
|
||||
connection = op.get_bind()
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ Create Date: 2026-01-06 14:00:00.000000
|
|||
|
||||
from collections.abc import Sequence
|
||||
|
||||
from sqlalchemy import text
|
||||
|
||||
from alembic import op
|
||||
|
||||
revision: str = "58"
|
||||
|
|
@ -16,8 +18,6 @@ down_revision: str | None = "57"
|
|||
branch_labels: str | Sequence[str] | None = None
|
||||
depends_on: str | Sequence[str] | None = None
|
||||
|
||||
from sqlalchemy import text
|
||||
|
||||
|
||||
def upgrade() -> None:
|
||||
connection = op.get_bind()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue