From 4e6e9f48a27212c2c8f2caf4c889c6b7112a920f Mon Sep 17 00:00:00 2001 From: Tim Jenness Date: Thu, 5 Oct 2023 15:43:17 -0400 Subject: [PATCH] Fix import of Config from butler Config is lifted so no need to specify the path including core. --- tests/test_bpsconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_bpsconfig.py b/tests/test_bpsconfig.py index 5b350d49..edc286f5 100644 --- a/tests/test_bpsconfig.py +++ b/tests/test_bpsconfig.py @@ -29,7 +29,7 @@ import yaml from lsst.ctrl.bps import BpsConfig -from lsst.daf.butler.core.config import Config +from lsst.daf.butler import Config TESTDIR = os.path.abspath(os.path.dirname(__file__))