1 --- a/src/pybind/mgr/dashboard/.pylintrc 2019-12-06 17:42:34.000000000 +0100
2 +++ b/src/pybind/mgr/dashboard/.pylintrc 2020-01-03 13:55:54.511393504 +0100
3 @@ -119,7 +119,11 @@ disable=import-star-module-level,
7 - useless-object-inheritance
8 + useless-object-inheritance,
10 + multiple-statements,
15 # Enable the message, report, category or checker with the given id(s). You can
16 --- a/src/pybind/mgr/dashboard/services/rgw_client.py 2019-12-06 17:42:34.000000000 +0100
17 +++ b/src/pybind/mgr/dashboard/services/rgw_client.py 2020-01-03 15:13:15.266131061 +0100
19 # -*- coding: utf-8 -*-
20 +# pylint: disable=unused-argument
21 from __future__ import absolute_import