Skip to content

Commit

Permalink
Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
r-barton committed Mar 4, 2024
1 parent 3d18b09 commit 18f84ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/text_to_cad.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ class TextToCAD(bpy.types.Operator):

bl_idname = "text_to_cad.send"
bl_label = "Text To CAD"
bl_description = "Generate a solid object from text. This may take several minutes to run"
bl_description = (
"Generate a solid object from text. This may take several minutes to run"
)
bl_options = {"REGISTER", "UNDO"}

# tracking number of instances and invocation
Expand Down

0 comments on commit 18f84ec

Please sign in to comment.