Skip to content

Commit

Permalink
Black fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk authored Jan 12, 2023
1 parent 384305b commit 040bcfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cadquery/occ_impl/assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ def _toCAF(el, ancestor, color):
# add a leaf with the actual part if needed
if el.obj:
# get/register unique parts referenced in the assy
key0 = (current_color, el.obj) # (color, shape)
key1 = el.obj # shape
key0 = (current_color, el.obj) # (color, shape)
key1 = el.obj # shape

if key0 in unique_objs:
lab = unique_objs[key0]
Expand Down

0 comments on commit 040bcfc

Please sign in to comment.