Fix reviewers commited suggestion

This commit is contained in:
David Murphy 2023-11-15 14:12:08 -07:00 committed by Pedro Algarvio
parent 9ebd809470
commit 6c7abe7935

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=DeprecationWarning
category=DeprecationWarning,
)
super().__init__()