corrections
corrections copied to clipboard
Make app.py clean and remove repeat imports
Assalamualaikum
-
A module was imported twice
- extensions(from mail module) was imported twice so I corrected this.
-
You were using a bad practice of importing modules in the middle.
- You were importing modules in between of the code which is considered as a bad practice. So I imported all of them at start.
May Allah bless you
I think this commit is good and should be merged! Thanks @abdulmuizz0903