mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-19 21:37:57 +08:00
lint fix
This commit is contained in:
parent
93901f27e7
commit
37fc6f7ec7
@ -343,7 +343,8 @@ def hash_strings(inputs: list[str]) -> str:
|
||||
def have_account_v2_credentials() -> bool:
|
||||
"""Do we have primary account-v2 credentials set?"""
|
||||
assert _babase.app.plus is not None
|
||||
return _babase.app.plus.accounts.have_primary_credentials()
|
||||
have: bool = _babase.app.plus.accounts.have_primary_credentials()
|
||||
return have
|
||||
|
||||
|
||||
def implicit_sign_in(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user