clean: remove is_logged() (not used)

This commit is contained in:
2025-12-20 20:44:29 +01:00
parent ff20228fa6
commit 45e2e1eb00

View File

@@ -23,6 +23,3 @@ class Auth:
self.client.login(handle, password) self.client.login(handle, password)
return self.client return self.client
def is_logged(self) -> bool:
return bool(getattr(self.client, "me", None))