Skip to content

Commit 7489d15

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6417ebd commit 7489d15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nowcasting_datamodel/migrations/forecast/versions/3a8ad17b57a3_forecast_values_horizon_minutes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
""" Add horizon minutes to forecast_values tables
1+
"""Add horizon minutes to forecast_values tables
22
33
Revision ID: 3a8ad17b57a3
44
Revises: 820c16a0524c
55
Create Date: 2025-06-05 19:13:15.137091
66
77
"""
8-
from alembic import op
9-
import sqlalchemy as sa
108

9+
import sqlalchemy as sa
10+
from alembic import op
1111

1212
# revision identifiers, used by Alembic.
1313
revision = "3a8ad17b57a3"

0 commit comments

Comments
 (0)