From 8939e3a2ebe369e84d4a18f792b3aee790d634ff Mon Sep 17 00:00:00 2001 From: luz paz Date: Sat, 19 Mar 2022 20:06:48 -0400 Subject: [PATCH] Path: remove superfluous 'pass' per LGTM ref: https://lgtm.com/rules/910088/ --- src/Mod/Path/PathScripts/PathOpTools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathOpTools.py b/src/Mod/Path/PathScripts/PathOpTools.py index 233c5305bd..3a5c530f2f 100644 --- a/src/Mod/Path/PathScripts/PathOpTools.py +++ b/src/Mod/Path/PathScripts/PathOpTools.py @@ -291,7 +291,6 @@ def offsetWire(wire, base, offset, forward, Side=None): return Part.Wire([edge]) # if we get to this point the assumption is that makeOffset2D can deal with the edge - pass owire = orientWire(wire.makeOffset2D(offset), True) debugWire("makeOffset2D_%d" % len(wire.Edges), owire)