addressed pylint warnings for PathPocket family

This commit is contained in:
Markus Lampert
2019-07-01 15:32:54 -07:00
parent 3098d75073
commit 7abb496144
3 changed files with 43 additions and 36 deletions
@@ -53,6 +53,7 @@ class ObjectPocket(PathAreaOp.ObjectOp):
return PathOp.FeatureBaseFaces | PathOp.FeatureFinishDepth | self.pocketOpFeatures(obj)
def pocketOpFeatures(self, obj):
# pylint: disable=unused-argument
return 0
def initPocketOp(self, obj):