aboutsummaryrefslogtreecommitdiff
path: root/account.py
diff options
context:
space:
mode:
Diffstat (limited to 'account.py')
-rw-r--r--account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/account.py b/account.py
index ce5de84..6ff1dfe 100644
--- a/account.py
+++ b/account.py
@@ -12,7 +12,7 @@ class Account:
"""Represents a login account."""
def __init__(self, uuid: str, application: str, username: str,
- password: str, url: str) -> None: #pylint: R0913,R0917
+ password: str, url: str) -> None: #pylint: disable=R0913,R0917
self.uuid = uuid
self.application = application
self.username = username