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

Fix some flake8 issues #12525

Merged
merged 1 commit into from Oct 15, 2018
Merged

Fix some flake8 issues #12525

merged 1 commit into from Oct 15, 2018

Conversation

timhoffm
Copy link
Member

PR Summary

Minor formatting changes to make _backend_tk.py flake8 compliant.

@@ -691,7 +688,9 @@ def configure_subplots(self):
window.grab_set()

def save_figure(self, *args):
import tkinter.filedialog, tkinter.messagebox
import tkinter.filedialog
Copy link
Contributor

@anntzer anntzer Oct 14, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

move imports to top? especially as they're duplicated below...

@jklymak jklymak merged commit 4e9b699 into matplotlib:master Oct 15, 2018
@timhoffm timhoffm deleted the flake8 branch October 16, 2018 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants