mirror of
https://github.com/ThunixdotNet/thunix_api.git
synced 2026-06-20 17:09:24 +00:00
Pylint fixups
This commit is contained in:
@@ -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."
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user