Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Nov 21, 2023
1 parent e1f9ce8 commit f311464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsdatabase/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from sqlalchemy.orm import sessionmaker
from sqlalchemy import text

from config import db_config
from .config import db_config


class DSDatabase:
Expand Down

0 comments on commit f311464

Please sign in to comment.