Skip to content

Commit

Permalink
removing this import as per ruff seems to break everything...
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshod5 committed May 24, 2024
1 parent 48b7268 commit 1ce2e05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from sqlmodel import SQLModel
from sqlalchemy import create_engine, MetaData, select
from .environment import SQLALCHEMY_DATABASE_URL, SQLALCHEMY_DEBUG
from . import models # noqa: F401
import logging


Expand Down

0 comments on commit 1ce2e05

Please sign in to comment.