corrections icon indicating copy to clipboard operation
corrections copied to clipboard

Make app.py clean and remove repeat imports

Open abdulmuizz0903 opened this issue 4 years ago • 1 comments

Assalamualaikum

  1. A module was imported twice

    • extensions(from mail module) was imported twice so I corrected this.
  2. 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

abdulmuizz0903 avatar Feb 02 '22 12:02 abdulmuizz0903

I think this commit is good and should be merged! Thanks @abdulmuizz0903

edrisranjbar avatar Aug 29 '22 17:08 edrisranjbar