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
308a3c4233
commit
a43d56f2d9
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue