mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-20 06:34:20 +01:00
backup: cleanup flake8 nits
This commit is contained in:
committed by
Christian Decker
parent
be523aa54f
commit
1f05674b5b
@@ -245,7 +245,6 @@ class FileBackend(Backend):
|
||||
assert(version == self.version)
|
||||
|
||||
|
||||
|
||||
def resolve_backend_class(backend_url):
|
||||
backend_map: Mapping[str, Type[Backend]] = {
|
||||
'file': FileBackend,
|
||||
@@ -353,7 +352,6 @@ def kill(message: str):
|
||||
time.sleep(30)
|
||||
|
||||
|
||||
|
||||
plugin.add_option(
|
||||
'backup-destination', None,
|
||||
'UNUSED. Kept for backward compatibility only. Please update your configuration to remove this option.'
|
||||
|
||||
Reference in New Issue
Block a user