mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +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")
|
self.skipTest("Tk not installed")
|
||||||
try:
|
try:
|
||||||
# setup tk
|
# setup tk
|
||||||
app = tk.Frame()
|
tk.Frame()
|
||||||
# root = tk.Tk()
|
# root = tk.Tk()
|
||||||
except (tk.TclError) as v:
|
except (tk.TclError) as v:
|
||||||
self.skipTest("TCL Error: %s" % v)
|
self.skipTest("TCL Error: %s" % v)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user