PEP8 fixes.
[koperkapel.git] / koperkapel / actors / orientatedsurf.py
index 5c8df654b8b7f827b0fab58ad01d34aefc0f8c61..6db857035c518ec8ed84e08c104a2dc8bb8dc976 100644 (file)
@@ -5,8 +5,10 @@ from pgzero.actor import POS_TOPLEFT, ANCHOR_CENTER
 
 from .surf import SurfActor
 
+
 class OrientatedSurfActor(SurfActor):
-    def __init__(self, surf, pos=POS_TOPLEFT, anchor=ANCHOR_CENTER, angle=0, **kwargs):
+    def __init__(self, surf, pos=POS_TOPLEFT, anchor=ANCHOR_CENTER, angle=0,
+                 **kwargs):
         self._handle_unexpected_kwargs(kwargs)
 
         self._angle = angle