1
0
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:
18870
2022-02-24 22:09:59 +08:00
parent 7bc84627fd
commit ab3c8531f4
11 changed files with 1040 additions and 728 deletions

View File

@@ -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):