ubsuny / 23-Homework4G2

GNU General Public License v3.0
0 stars 6 forks source link

linting issue #62

Open tirthbha opened 1 year ago

tirthbha commented 1 year ago

I am unable to sort out linting error using flake8 completely. There is at least one error in our case and we are unable to fix that error, which seems like : E402 module level import not at top of file. Can anyone help with this issue? Note: I have tried keeping the module at the top.

reshnashrestha commented 1 year ago

Have you tried pylint?

AhmedCode99 commented 1 year ago

just define all modules at the top