Skip to content

[BUG]:Remove duplicate load_dotenv import in main.py #211

Description

@Aditi-Singh-14

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

  1. Open backend/main.py
  2. Search for "load_dotenv"
  3. Observe it imported on two separate lines

Expected Behavior

Single import at the top of the file.

Screenshots

Not applicable.

Environment

  • OS: macOS

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions