Skip to content

Commit

Permalink
import order fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JibrilExe committed Feb 21, 2024
1 parent 3e95b1f commit fe2ff03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/project/__main__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Main entry point for the application."""
from sys import path
from os import getenv
from project import init_db
from dotenv import load_dotenv
from project import init_db

path.append(".")

Expand Down

0 comments on commit fe2ff03

Please sign in to comment.