Skip to content

Commit

Permalink
Fixed bad conflict merge in PArtDesign
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Apr 20, 2020
1 parent 0c326f0 commit 2ce452c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Mod/PartDesign/SprocketFeature.py
Expand Up @@ -141,13 +141,10 @@ def __setstate__(self,state):


class SprocketTaskPanel:
<<<<<<< HEAD
"""
The editmode TaskPanel for Sprocket objects
"""
=======
'''The editmode TaskPanel for Sprocket objects'''
>>>>>>> 07b2401c1... Converted class names from private to public, per feedback from pull request

def __init__(self,obj,mode):
self.obj = obj

Expand Down

0 comments on commit 2ce452c

Please sign in to comment.