-
Notifications
You must be signed in to change notification settings - Fork 110
Labels
Description
The line from tkinter import W
is useless, because W
is never used.
Line 37 in 333fbcb
from tkinter import W |
Removing the unnecessary import allows running even when python is built without TCL/TK support.
TingPing and vasily-v-ryabov