From c476b3810ef585a6cd4c44708c0c8cb0c6fd4d69 Mon Sep 17 00:00:00 2001 From: Jim Bosch Date: Fri, 21 Jul 2023 11:14:46 -0400 Subject: [PATCH] fixup! Shorten deprecation timelines per RFC-945. --- python/lsst/daf/butler/core/quantum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lsst/daf/butler/core/quantum.py b/python/lsst/daf/butler/core/quantum.py index 21344f7ddd..795084cacf 100644 --- a/python/lsst/daf/butler/core/quantum.py +++ b/python/lsst/daf/butler/core/quantum.py @@ -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"), )