mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-25 00:13:27 +08:00
Fixing Pylint
This commit is contained in:
parent
5db00cf612
commit
fe8def9627
@ -231,8 +231,8 @@ class AccountSettingsWindow(ba.Window):
|
||||
linked_accounts_text_space = 60.0
|
||||
|
||||
show_achievements_button = (
|
||||
self._signed_in
|
||||
and account_type in ('Google Play', 'Alibaba', 'Local', 'OUYA', "V2"))
|
||||
self._signed_in and account_type
|
||||
in ('Google Play', 'Alibaba', 'Local', 'OUYA', 'V2'))
|
||||
achievements_button_space = 60.0
|
||||
|
||||
show_achievements_text = (self._signed_in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user