mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update salt/utils/odict.py
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
This commit is contained in:
parent
a43d56f2d9
commit
9ebd809470
1 changed files with 1 additions and 1 deletions
|
@ -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__()
|
||||
|
|
Loading…
Add table
Reference in a new issue