diff --git a/skywipe/auth.py b/skywipe/auth.py index 3fcdcd9..e692bf1 100644 --- a/skywipe/auth.py +++ b/skywipe/auth.py @@ -23,6 +23,3 @@ class Auth: self.client.login(handle, password) return self.client - - def is_logged(self) -> bool: - return bool(getattr(self.client, "me", None))