Skip to content

Commit

Permalink
pep8 yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
kcsaff committed Sep 1, 2016
1 parent b226cb9 commit cc5bb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_particle.py
Expand Up @@ -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)]
)
Expand Down

0 comments on commit cc5bb5f

Please sign in to comment.