mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-13 07:31:21 +08:00
Make flake8 linter happy
This commit is contained in:
parent
6c4e845317
commit
dab41ff7b7
1 changed files with 1 additions and 1 deletions
|
|
@ -2975,5 +2975,5 @@ Google Cloud storage: GOOGLE_PROJECT_ID GOOGLE_APPLICATION_CREDENTIALS\n\
|
||||||
# Closing this window takes ages
|
# Closing this window takes ages
|
||||||
window.hide()
|
window.hide()
|
||||||
quick_close_simplegui_window(window)
|
quick_close_simplegui_window(window)
|
||||||
del window
|
del window # noqa: F821 (undefined name)
|
||||||
return full_config
|
return full_config
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue