-
-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grass.pygrass: Fixed E402 in pygrass/utils #4759
Conversation
@petrasovaa Is this the correct pattern here? I think so, but I am not certain enough to directly approve. |
(Conflict in .flake8 solved) |
@echoix I made this change according to comments in this PR which was of similar nature: #4706 (review) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I remember now. In that case, I might suggest to move two imports out of the exclusion, if isort is happy and is correct.
In both cases it's good and I would agree to merge anyways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If ever there's a problem with this that we couldn't think about, we'll adapt at that time.
Added
noqa
to imports at top in line with other fixes in the repo