From 5960256bf7144a5b3896eee4914f8fe5ce774f99 Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Tue, 2 May 2023 12:22:06 -0500 Subject: [PATCH] Fixed more incomplete imports in models --- hed/models/def_expand_gather.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hed/models/def_expand_gather.py b/hed/models/def_expand_gather.py index db1a8fd47..f34461e46 100644 --- a/hed/models/def_expand_gather.py +++ b/hed/models/def_expand_gather.py @@ -1,5 +1,7 @@ import pandas as pd -from hed.models import DefinitionDict, DefinitionEntry, HedString +from hed.models.definition_dict import DefinitionDict +from hed.models.definition_entry import DefinitionEntry +from hed.models.hed_string import HedString class AmbiguousDef: