We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6a296 commit 0384e88Copy full SHA for 0384e88
src/ansys/acp/core/_tree_objects/butt_joint_sequence.py
@@ -48,7 +48,7 @@
48
from .modeling_ply import ModelingPly
49
from .object_registry import register
50
51
-if TYPE_CHECKING:
+if TYPE_CHECKING: # pragma: no cover
52
# Creates a circular import if imported at the top-level, since the ButtJointSequence
53
# is a direct child of the ModelingGroup.
54
from .modeling_group import ModelingGroup
0 commit comments