diff --git a/Tests/test_imagetk.py b/Tests/test_imagetk.py index 2df35c584..14ce74eb1 100644 --- a/Tests/test_imagetk.py +++ b/Tests/test_imagetk.py @@ -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)