Skip to content

Unnecessary import #240

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

Closed
finkandreas opened this issue Nov 6, 2022 · 0 comments · Fixed by #239 · May be fixed by #238
Closed

Unnecessary import #240

finkandreas opened this issue Nov 6, 2022 · 0 comments · Fixed by #239 · May be fixed by #238
Labels

Comments

@finkandreas
Copy link

The line from tkinter import W is useless, because W is never used.

from tkinter import W

Removing the unnecessary import allows running even when python is built without TCL/TK support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants