From f0ee728b94fed5204e132ef7deafcc8784250291 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 28 Sep 2017 11:23:53 +0530 Subject: [PATCH] Fix failing flake --- kitty_tests/graphics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty_tests/graphics.py b/kitty_tests/graphics.py index f10e7ce88..13c27d4ad 100644 --- a/kitty_tests/graphics.py +++ b/kitty_tests/graphics.py @@ -16,6 +16,6 @@ class TestGraphics(BaseTest): def test_load_images(self): s = self.create_screen() - c = s.callbacks + # c = s.callbacks g = s.grman print(g)