mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-10 15:04:55 +08:00
Reformat file with black
This commit is contained in:
parent
93471b0dc1
commit
6e7ccdb9fd
1 changed files with 4 additions and 2 deletions
|
@ -47,7 +47,9 @@ logger = getLogger()
|
|||
|
||||
|
||||
restic_output_filters = [
|
||||
re.compile(r"^rclone:\s+[0-9]{4}\/[0-1][0-9]\/[0-3][0-9]", re.IGNORECASE | re.MULTILINE),
|
||||
re.compile(
|
||||
r"^rclone:\s+[0-9]{4}\/[0-1][0-9]\/[0-3][0-9]", re.IGNORECASE | re.MULTILINE
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue