mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix reviewers commited suggestion
This commit is contained in:
parent
9ebd809470
commit
6c7abe7935
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=DeprecationWarning
|
||||
category=DeprecationWarning,
|
||||
)
|
||||
|
||||
super().__init__()
|
||||
|
|
Loading…
Add table
Reference in a new issue