Skip to content

Commit

Permalink
Remove __init__ definition in line_2d operator
Browse files Browse the repository at this point in the history
  • Loading branch information
hlorus committed Apr 8, 2024
1 parent afb5750 commit 3b11452
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions operators/add_line_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@

class View3D_OT_slvs_add_line2d(Operator, Operator2d):
"""Add a line to the active sketch"""

def __init__(self):
self.has_alignment = False

bl_idname = Operators.AddLine2D
bl_label = "Add Solvespace 2D Line"
Expand Down

0 comments on commit 3b11452

Please sign in to comment.