1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 09:47:58 +00:00

run "black"

This commit is contained in:
Thomas Waldmann 2022-08-11 06:34:09 +02:00
parent 252b145833
commit a18a9df364

View file

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