Skip to content

Commit

Permalink
fixup! Shorten deprecation timelines per RFC-945.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Jul 21, 2023
1 parent cc85852 commit 876c29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/core/quantum.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ def from_simple(
initInputs: MutableMapping[DatasetType, DatasetRef] = {}
if reconstitutedDimensions is not None:
warnings.warn(
"The reconstitutedDimensions argument is now ignored and may be removed after v 27",
"The reconstitutedDimensions argument is now ignored and may be removed after v26",
category=FutureWarning,
stacklevel=find_outside_stacklevel("lsst.daf.butler"),
)
Expand Down

0 comments on commit 876c29d

Please sign in to comment.