Merge "Add missing comma in .pylintrc"

This commit is contained in:
Zuul 2022-09-27 07:16:19 +00:00 committed by Gerrit Code Review
commit 994e2aa8f6

View File

@ -126,7 +126,7 @@ ignore-iface-methods=
# Deprecated modules which should not be used, separated by a comma
deprecated-modules=
# should use oslo_serialization.jsonutils
json
json,
six
[TYPECHECK]