Skip to content

Commit

Permalink
[skip ci] Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell authored and github-actions[bot] committed Nov 29, 2024
1 parent f329703 commit b5cec5f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cad_to_dagmc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,9 @@ def export_dagmc_h5m_file(
raise ValueError(msg)

if imprint:
imprinted_assembly, imprinted_solids_with_org_id = cq.occ_impl.assembly.imprint(assembly)
imprinted_assembly, imprinted_solids_with_org_id = cq.occ_impl.assembly.imprint(
assembly
)

scrambled_ids = _get_ids_from_imprinted_assembly(imprinted_solids_with_org_id)

Expand Down

0 comments on commit b5cec5f

Please sign in to comment.