Skip to content

Commit

Permalink
Merge pull request #153 from lsst/tickets/DM-41043
Browse files Browse the repository at this point in the history
DM-41043: Fix import of Config from butler
  • Loading branch information
TallJimbo authored Oct 9, 2023
2 parents 1510ddf + 4e6e9f4 commit 74ae850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bpsconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))

Expand Down

0 comments on commit 74ae850

Please sign in to comment.