Skip to content

Commit 4986d88

Browse files
committed
style: hatch run linting:fmt + manual fixes
1 parent b25b95c commit 4986d88

File tree

171 files changed

+988
-961
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+988
-961
lines changed

deployment/migrations/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
fileConfig(config.config_file_name)
1818

1919
# Auto-generate migrations
20-
from aleph.db.models import Base
20+
from aleph.db.models import Base # noqa
2121

2222
target_metadata = Base.metadata
2323

deployment/migrations/versions/0007_0bfde82697c8_balance_views.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
77
"""
88
from alembic import op
9-
import sqlalchemy as sa
109

1110

1211
# revision identifiers, used by Alembic.

deployment/migrations/versions/0008_eef5f95853bf_trusted_messages.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"""
88
from alembic import op
99
import sqlalchemy as sa
10-
from sqlalchemy.dialects import postgresql
1110

1211
# revision identifiers, used by Alembic.
1312
revision = "eef5f95853bf"

deployment/migrations/versions/0009_8edf69c47884_file_pin_owner_index.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"""
88
from alembic import op
99
import sqlalchemy as sa
10-
from sqlalchemy.dialects import postgresql
1110

1211
# revision identifiers, used by Alembic.
1312
revision = "8edf69c47884"

deployment/migrations/versions/0010_8a5eaab15d40_address_stats_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
77
"""
88
from alembic import op
9-
import sqlalchemy as sa
109

1110

1211
# revision identifiers, used by Alembic.

deployment/migrations/versions/0013_7ab62bd0a3b1_messages_post_index.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
77
"""
88
from alembic import op
9-
import sqlalchemy as sa
109

1110

1211
# revision identifiers, used by Alembic.

deployment/migrations/versions/0014_daa92b500049_message_content_in_file_pins.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
77
"""
88
from alembic import op
9-
import sqlalchemy as sa
109

1110

1211
# revision identifiers, used by Alembic.

deployment/migrations/versions/0016_77e68941d36c_fix_ipfs_files_size.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import asyncio
99
import logging
1010
from threading import Thread
11-
from time import sleep
1211

1312
import aioipfs
1413
from alembic import op

deployment/migrations/versions/0018_7bcb8e5fe186_fix_vm_cost_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
77
"""
88
from alembic import op
9-
import sqlalchemy as sa
109

1110

1211
# revision identifiers, used by Alembic.

deployment/migrations/versions/0021_08602db6c78f_ccn_metric_view.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
77
"""
88
from alembic import op
9-
import sqlalchemy as sa
109

1110

1211
# revision identifiers, used by Alembic.

0 commit comments

Comments
 (0)