Skip to content

Commit

Permalink
chore: udpated ruff suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ashupednekar committed Sep 28, 2024
1 parent 182f9cf commit 054570b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
from abc import ABC, abstractmethod

from pydantic import BaseModel


class Mutator(ABC):
@abstractmethod
Expand Down
2 changes: 1 addition & 1 deletion robyn/scaffold/structured/sqlalchemy/migrations/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


from alembic import context
from adaptors import models

from utils.db import get_pool

Expand All @@ -18,7 +19,6 @@
# for 'autogenerate' support
# from myapp import mymodel
# target_metadata = mymodel.Base.metadata
from adaptors import models

target_metadata = models.metadata
# other values from the config, defined by the needs of env.py,
Expand Down

0 comments on commit 054570b

Please sign in to comment.