From 68281339b77e204d6e4390fe62706fefcfa43888 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 10 Dec 2019 16:57:12 -0800 Subject: [PATCH] Black. --- tests/end-to-end/test_database.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/end-to-end/test_database.py b/tests/end-to-end/test_database.py index d12b03d74..83c9e9497 100644 --- a/tests/end-to-end/test_database.py +++ b/tests/end-to-end/test_database.py @@ -29,7 +29,9 @@ hooks: hostname: postgresql username: postgres password: test -'''.format(config_path, repository_path, borgmatic_source_directory) +'''.format( + config_path, repository_path, borgmatic_source_directory + ) config_file = open(config_path, 'w') config_file.write(config)