mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 09:47:58 +00:00
run "black"
This commit is contained in:
parent
252b145833
commit
a18a9df364
1 changed files with 1 additions and 7 deletions
|
@ -71,13 +71,7 @@ def compat_check(*, create, manifest, key, cache, compatibility, decorator_name)
|
|||
|
||||
|
||||
def with_repository(
|
||||
create=False,
|
||||
lock=True,
|
||||
exclusive=False,
|
||||
manifest=True,
|
||||
cache=False,
|
||||
secure=True,
|
||||
compatibility=None,
|
||||
create=False, lock=True, exclusive=False, manifest=True, cache=False, secure=True, compatibility=None
|
||||
):
|
||||
"""
|
||||
Method decorator for subcommand-handling methods: do_XYZ(self, args, repository, …)
|
||||
|
|
Loading…
Reference in a new issue