From cc5bb5fd332e5b03480b8f1656801d81b91116b5 Mon Sep 17 00:00:00 2001 From: Kacey Saff Date: Wed, 31 Aug 2016 22:59:04 -0500 Subject: [PATCH] pep8 yet again --- tests/test_particle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_particle.py b/tests/test_particle.py index 9f0a99c..f4648e2 100644 --- a/tests/test_particle.py +++ b/tests/test_particle.py @@ -430,7 +430,7 @@ def test_calculate_tint(self): block = pygame.surface.Surface((2, 2)) block.fill((255, 0, 0), pygame.Rect(0, 0, 2, 2)) - artist=particle.ArtistFadeOverlay( + artist = particle.ArtistFadeOverlay( block, particle.CENTER, [(10, 10, 10, 255), (20, 20, 20, 255), (40, 40, 40, 255)] )