We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceea5e6 commit 0d477c8Copy full SHA for 0d477c8
apps/backend/main.py
@@ -4,9 +4,6 @@
4
5
from dotenv import find_dotenv, load_dotenv
6
7
-# Import the app instance so it can be found by uvicorn main:app
8
-from app import app
9
-
10
load_dotenv(find_dotenv())
11
12
0 commit comments