mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Local variable is assigned to but never used
This commit is contained in:
parent
9b0d4baa8c
commit
90a9e85db3
|
@ -25,7 +25,7 @@ class TestImageTk(PillowTestCase):
|
|||
self.skipTest("Tk not installed")
|
||||
try:
|
||||
# setup tk
|
||||
app = tk.Frame()
|
||||
tk.Frame()
|
||||
# root = tk.Tk()
|
||||
except (tk.TclError) as v:
|
||||
self.skipTest("TCL Error: %s" % v)
|
||||
|
|
Loading…
Reference in New Issue
Block a user