Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 6, 2023
1 parent 871bf06 commit 8219f3b
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion covalent_dispatcher/_db/datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from pathlib import Path
from typing import Generator, Optional

from alembic import command
from alembic.config import Config
from alembic.environment import EnvironmentContext
from alembic.migration import MigrationContext
Expand All @@ -27,7 +28,6 @@
from sqlalchemy.orm import Session, sessionmaker
from sqlalchemy_utils import create_database, database_exists

from alembic import command
from covalent._shared_files.config import get_config

from . import models
Expand Down
2 changes: 1 addition & 1 deletion covalent_migrations/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

from logging.config import fileConfig

from alembic import context
from sqlalchemy import engine_from_config, pool

from alembic import context
from covalent_dispatcher._db.datastore import DataStore
from covalent_dispatcher._db.models import Base

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"""
import sqlalchemy as sa

from alembic import op

# revision identifiers, used by Alembic.
Expand Down
1 change: 0 additions & 1 deletion covalent_migrations/versions/26d71848a404_v12.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"""
import sqlalchemy as sa

from alembic import op

# revision identifiers, used by Alembic.
Expand Down
1 change: 0 additions & 1 deletion covalent_migrations/versions/97202f5f47cb_v13.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"""
import sqlalchemy as sa

from alembic import op

# revision identifiers, used by Alembic.
Expand Down
1 change: 0 additions & 1 deletion covalent_migrations/versions/9b9d58f02985_v11.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"""
import sqlalchemy as sa

from alembic import op

# revision identifiers, used by Alembic.
Expand Down
1 change: 0 additions & 1 deletion covalent_migrations/versions/b60c5ecdf927_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"""
import sqlalchemy as sa

from alembic import op

# revision identifiers, used by Alembic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"""
import sqlalchemy as sa

from alembic import op

# revision identifiers, used by Alembic.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"""
import sqlalchemy as sa

from alembic import op

# revision identifiers, used by Alembic.
Expand Down

0 comments on commit 8219f3b

Please sign in to comment.