Skip to content

Commit 0384e88

Browse files
committed
Update src/ansys/acp/core/_tree_objects/butt_joint_sequence.py
1 parent 9f6a296 commit 0384e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/acp/core/_tree_objects/butt_joint_sequence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
from .modeling_ply import ModelingPly
4949
from .object_registry import register
5050

51-
if TYPE_CHECKING:
51+
if TYPE_CHECKING: # pragma: no cover
5252
# Creates a circular import if imported at the top-level, since the ButtJointSequence
5353
# is a direct child of the ModelingGroup.
5454
from .modeling_group import ModelingGroup

0 commit comments

Comments
 (0)