Skip to content

Commit

Permalink
Merge pull request #358 from lsst/tickets/DM-40057
Browse files Browse the repository at this point in the history
DM-40057: shorten deprecation timeline and add ticket TODOs
  • Loading branch information
TallJimbo committed Jul 23, 2023
2 parents 32b72e6 + 6d61753 commit e810ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/lsst/pipe/base/_quantumContext.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,10 @@ def dimensions(self) -> DimensionUniverse:
return self.__butler.dimensions


# TODO: remove on DM-40063.
@deprecated(
reason="ButlerQuantumContext has been renamed to QuantumContext and been given extra functionality. "
"Please use the new name. Will be removed after v27.",
"Please use the new name. Will be removed after v26.",
version="v26",
category=FutureWarning,
)
Expand Down

0 comments on commit e810ed9

Please sign in to comment.