From a43d56f2d94136b0966f3862de4a60675cccc9da Mon Sep 17 00:00:00 2001 From: David Murphy Date: Wed, 15 Nov 2023 13:00:02 -0700 Subject: [PATCH] Update salt/utils/odict.py Co-authored-by: Pedro Algarvio --- salt/utils/odict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/utils/odict.py b/salt/utils/odict.py index c9acdd20ec4..d4a5cf08783 100644 --- a/salt/utils/odict.py +++ b/salt/utils/odict.py @@ -78,7 +78,7 @@ except (ImportError, AttributeError): 3009, "The Salt backport `OrderedDict` class introduced for Python 2 " "has been deprecated, and is set to be removed in {version}. " - "Please use Python 3 `OrderedDict`.", + "Please import `OrderedDict` from `collections`.", category=FutureWarning, )