Update salt/utils/odict.py

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

View file

@ -79,7 +79,7 @@ except (ImportError, AttributeError):
"The Salt backport `OrderedDict` class introduced for Python 2 "
"has been deprecated, and is set to be removed in {version}. "
"Please import `OrderedDict` from `collections`.",
category=FutureWarning,
category=DeprecationWarning
)
super().__init__()