ubsuny / 23-Homework4G4

MIT License
0 stars 10 forks source link

linting issue #39

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.

poojashresthacode commented 1 year ago

So you mean to say that you are able to resolve all error except one?

reshnashrestha commented 1 year ago

We used pylint and it worked fine.