Skip to content

Commit

Permalink
Update salt/utils/odict.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
  • Loading branch information
dmurphy18 and s0undt3ch authored Nov 15, 2023
1 parent 04586c6 commit feb3262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/utils/odict.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def __init__(self, *args, **kwds): # pylint: disable=E1003
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,
)

Expand Down

0 comments on commit feb3262

Please sign in to comment.