mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-11 23:45:29 +08:00
Reformat file with black
This commit is contained in:
parent
da327b6bdf
commit
5cd355b019
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ if not _NO_GUI:
|
|||
sg.theme(PYSIMPLEGUI_THEME)
|
||||
sg.SetOptions(icon=OEM_ICON)
|
||||
|
||||
if os.name == 'nt':
|
||||
if os.name == "nt":
|
||||
from npbackup.windows.task import create_scheduled_task
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue