Skip to content

Commit

Permalink
Adapt to move of of Named* collections in daf_butler.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed May 20, 2020
1 parent c8b1623 commit e58fa59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions python/lsst/pipe/base/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
# -----------------------------
from .pipeline import TaskDef
from .pipeTools import orderPipeline
from lsst.daf.butler import Quantum, DatasetRef, DatasetType
from lsst.daf.butler.core.utils import NamedKeyDict
from lsst.daf.butler import DatasetRef, DatasetType, NamedKeyDict, Quantum

# ----------------------------------
# Local non-exported definitions --
Expand Down
2 changes: 1 addition & 1 deletion python/lsst/pipe/base/graphBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
DimensionGraph,
DimensionUniverse,
ExpandedDataCoordinate,
NamedKeyDict,
Quantum,
)
from lsst.daf.butler.core.utils import NamedKeyDict

# ----------------------------------
# Local non-exported definitions --
Expand Down

0 comments on commit e58fa59

Please sign in to comment.