Blanket black formatting for Path python files

This commit is contained in:
Markus Lampert
2022-03-19 13:55:48 -07:00
committed by mlampert
parent efc942a8f6
commit d52fc71663
12 changed files with 23 additions and 14 deletions

View File

@@ -475,7 +475,7 @@ def export(objectslist, filename, argstring):
i = c.Parameters["I"]
# calculate the radius r
j = c.Parameters["J"]
r = math.sqrt(i ** 2 + j ** 2)
r = math.sqrt(i**2 + j**2)
if USE_RADIUS_IF_POSSIBLE and angleUnder180(
command,
lastX,