black format

This commit is contained in:
Andrej730
2024-08-14 14:03:58 +05:00
committed by Andrej
parent f1db51df1a
commit b9c2e312e3
@@ -526,7 +526,6 @@ class DrawPolylineWall(bpy.types.Operator):
print(wall1["obj"], wall2["obj"]) print(wall1["obj"], wall2["obj"])
DumbWallJoiner().join_V(wall1["obj"], wall2["obj"]) DumbWallJoiner().join_V(wall1["obj"], wall2["obj"])
def modal(self, context, event): def modal(self, context, event):
if not self.is_input_on: if not self.is_input_on: