abhirajadhikary06 / abhirajadhikary06/eventstack
[BUG] ImportError: main.py fails due to outdated import from 'auth'
Open
- Dominant language
- Python
- Stars
- 20
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
After syncing with the upstream repo, the file auth.py has been moved to the handlers/ folder. However, main.py still tries to import directly from auth, resulting in:
Steps to reproduce:
Pull latest changes from upstream
Run python main.py
Observe the crash
i'll like to work on this issue
Contributor guide
Assessment
This issue has not been assessed yet.