Skip to content

Commit 6a55226

Browse files
committed
Helpwin.__init__(): Removed an unused local variable (via import)
reported by PyChecker.
1 parent cc8a60c commit 6a55226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/pynche/PyncheWidget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def deiconify(self):
203203

204204
class Helpwin:
205205
def __init__(self, master, quitfunc):
206-
from Main import __version__, docstring
206+
from Main import docstring
207207
self.__root = root = Toplevel(master, class_='Pynche')
208208
root.protocol('WM_DELETE_WINDOW', self.__withdraw)
209209
root.title('Pynche Help Window')

0 commit comments

Comments
 (0)