Skip to content

Commit

Permalink
integrated into _offset_wire_discrete
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfunk committed Jun 19, 2024
1 parent 753b23e commit 8a2ec75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluemira/geometry/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def _offset_wire_discretised(
If the wire is not closed. This function cannot handle the offet of an open
wire.
"""
from bluemira.geometry._pyclipper_offset import offset_clipper # noqa: PLC0415
from bluemira.geometry._pyclipr_offset import offset_clipper # noqa: PLC0415

if not wire.is_closed() and not open_wire:
wire = wire.deepcopy()
Expand Down

0 comments on commit 8a2ec75

Please sign in to comment.