Local variable is assigned to but never used

This commit is contained in:
Andrew Murray 2018-09-27 20:00:42 +10:00
parent 9b0d4baa8c
commit 90a9e85db3

View File

@ -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)