Update salt/utils/odict.py

Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
This commit is contained in:
David Murphy 2023-11-15 13:00:02 -07:00 committed by Pedro Algarvio
parent 308a3c4233
commit a43d56f2d9

View file

@ -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,
)