Fix failing flake
This commit is contained in:
parent
b4a96428f3
commit
f0ee728b94
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue