From ccfd0f7f4f89cd693eaa6cc2541e7da58668033e Mon Sep 17 00:00:00 2001 From: jan Date: Tue, 5 Sep 2017 11:00:50 -0700 Subject: [PATCH] remove whitespace --- masque/shapes/arc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/masque/shapes/arc.py b/masque/shapes/arc.py index 904a8e9..b4c233d 100644 --- a/masque/shapes/arc.py +++ b/masque/shapes/arc.py @@ -303,7 +303,6 @@ class Arc(Shape): start_angle -= pi rotation += pi - angles = (start_angle, start_angle + delta_angle) rotation %= 2 * pi width = self.width