Format code with black
This commit is contained in:
@@ -22,7 +22,7 @@ DT = 1 / 60.0
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def _pygame():
|
||||
pygame.init()
|
||||
pygame.display.set_mode((64, 64)) # a display so convert_alpha() works
|
||||
pygame.display.set_mode((64, 64)) # a display so convert_alpha() works
|
||||
yield
|
||||
pygame.quit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user