We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The line from tkinter import W is useless, because W is never used.
from tkinter import W
W
python-xlib/Xlib/ext/randr.py
Line 37 in 333fbcb
Removing the unnecessary import allows running even when python is built without TCL/TK support.
The text was updated successfully, but these errors were encountered:
randr: remove pointless tkinter import
9a6fc9c
Nothing is dependent on this. Remove it. fixes python-xlib#240
Successfully merging a pull request may close this issue.
The line
from tkinter import W
is useless, becauseW
is never used.python-xlib/Xlib/ext/randr.py
Line 37 in 333fbcb
Removing the unnecessary import allows running even when python is built without TCL/TK support.
The text was updated successfully, but these errors were encountered: