From 1ff322d338b2120b28b5cd7ffbd607fc01eecf71 Mon Sep 17 00:00:00 2001 From: redruin1 Date: Thu, 2 Jan 2025 18:57:05 -0500 Subject: [PATCH] I hate merging I hate merging I hate merging --- draftsman/classes/entity_list.py | 1 + 1 file changed, 1 insertion(+) diff --git a/draftsman/classes/entity_list.py b/draftsman/classes/entity_list.py index 8246f57..4e00ddf 100644 --- a/draftsman/classes/entity_list.py +++ b/draftsman/classes/entity_list.py @@ -15,6 +15,7 @@ from draftsman.utils import reissue_warnings from draftsman.signatures import Connections, DraftsmanBaseModel from draftsman.warning import HiddenEntityWarning +from draftsman import utils from collections.abc import MutableSequence from copy import deepcopy