Skip to content

Commit

Permalink
Fix unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
remg1997 committed Sep 16, 2024
1 parent 12e6b9e commit 6247d24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions backend/app/infrastructure/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@

import os

import uuid
from dotenv import load_dotenv
from sqlalchemy import MetaData, create_engine
from sqlalchemy.orm import sessionmaker

from app.infrastructure.utils.singleton import Singleton


load_dotenv()

Expand Down

0 comments on commit 6247d24

Please sign in to comment.