From 5e9360954b7b6bec61c080f883ff826e7e2c94bd Mon Sep 17 00:00:00 2001 From: Tom Gillespie Date: Fri, 13 Jan 2023 17:33:54 -0500 Subject: [PATCH] ah imports --- sparcur/datasets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparcur/datasets.py b/sparcur/datasets.py index 7e941ab7..ffcb98d6 100644 --- a/sparcur/datasets.py +++ b/sparcur/datasets.py @@ -14,7 +14,7 @@ from . import exceptions as exc from . import normalization as nml from .core import log, logd, HasErrors -from .paths import Path, BlackfynnCache +from .paths import Path, PennsieveCache from .utils import is_list_or_tuple