Skip to content
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

[flake8] Resolving F6?? errors #3783

Merged
merged 1 commit into from
Nov 7, 2017

Conversation

john-bodley
Copy link
Member

This PR resolves all the F6?? violation codes.

The F601 error is due to having a dictionary key name repeated with different values which occurs in a couple of test. The construction of the form data is clearly wrong in this case, given that dictionary keys need to be unique. Note I haven't addressed the underlying issue here, but rather removed the first occurrence of the key which gets overwritten. I'm happy to resolve the underlying issue if required.

to: @mistercrunch

@coveralls
Copy link

coveralls commented Nov 6, 2017

Coverage Status

Coverage remained the same at 71.461% when pulling ef2a7c5 on john-bodley:john-bodley-flake8-F6 into b059506 on apache:master.

@mistercrunch mistercrunch merged commit 63a4998 into apache:master Nov 7, 2017
michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.21.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.21.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants