Description
from dotenv import load_dotenv is imported twice in backend/main.py.
This is redundant and creates unnecessary noise in the codebase.
Steps To Reproduce
- Open backend/main.py
- Search for "load_dotenv"
- Observe it imported on two separate lines
Expected Behavior
Single import at the top of the file.
Screenshots
Not applicable.
Environment
Description
from dotenv import load_dotenvis imported twice inbackend/main.py.This is redundant and creates unnecessary noise in the codebase.
Steps To Reproduce
Expected Behavior
Single import at the top of the file.
Screenshots
Not applicable.
Environment