From 51da30891ecb75b2f565ee02b1b3648adaa0f931 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 6 Nov 2024 21:17:08 -0600 Subject: add docstrings, fix imports, and disable certain pylint warnings --- account.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'account.py') diff --git a/account.py b/account.py index 8920b13..ce5de84 100644 --- a/account.py +++ b/account.py @@ -12,8 +12,7 @@ class Account: """Represents a login account.""" def __init__(self, uuid: str, application: str, username: str, - password: str, url: str) -> None: - self.self = self + password: str, url: str) -> None: #pylint: R0913,R0917 self.uuid = uuid self.application = application self.username = username -- cgit v1.2.3-70-g09d2