-
Notifications
You must be signed in to change notification settings - Fork 167
F811, F523/F524, F841, F741 - Corrections in crystal.py #571
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
Conversation
|
added the changes to |
sezelt
left a comment
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.
The changes look good, you can delete those two unused variables in crystal.py and then I think this is ready to go.
|
This does seem to overlap with #563 a bit, so maybe they should be combined? Probably the only potential conflict is if they make different changes to the flake8 file |
|
I'm approving this since all the changes it makes are acceptable, but I'll hold off on merging so that we can decide how to reconcile with #563 |
bsavitzky
left a comment
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.
See comment in-thread
|
Hey @alex-rakowski - This PR is redundant / in conflict with PR#563. All file lines changed here other than those in crystal.py have already been modified, often quite differently, in that PR. Can we sync up? Ultimately this should be a single PR, otherwise we're just making more work for ourselves! |
|
I've merged this with #560 |
F811, F523/F524, F841, F741 - Corrections