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.
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.