mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 09:48:20 +08:00
Opt: Reformat codes using Black
goodbye autopep8
This commit is contained in:
@@ -8,6 +8,7 @@ class Setting:
|
||||
"""
|
||||
Shared settings
|
||||
"""
|
||||
|
||||
_init = False
|
||||
_clearup = False
|
||||
|
||||
@@ -16,7 +17,7 @@ class Setting:
|
||||
manager: SyncManager = None
|
||||
reload: bool = False
|
||||
electron: bool = False
|
||||
theme: str = 'default'
|
||||
theme: str = "default"
|
||||
|
||||
@classmethod
|
||||
def init(cls):
|
||||
|
||||
Reference in New Issue
Block a user