Pylint fixups

This commit is contained in:
fosslinux
2020-01-27 08:45:54 +11:00
parent 821fc82730
commit 86f099cb2d
5 changed files with 19 additions and 20 deletions

View File

@@ -4,6 +4,7 @@ class Home(Resource):
def get(self):
payload = [
{
# pylint: disable=C0301
"Description": "The Thunix API. Please see https://wiki.thunix.net/wiki/api for more information."
}
]