From 2d0bcf014f0a27eb67465d0e321608931d26f476 Mon Sep 17 00:00:00 2001 From: porink0424 Date: Wed, 10 Apr 2024 15:36:10 +0900 Subject: [PATCH] Apply formatter --- tslib/storage/test/generate_assets.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tslib/storage/test/generate_assets.py b/tslib/storage/test/generate_assets.py index 48e08a64..bd135720 100644 --- a/tslib/storage/test/generate_assets.py +++ b/tslib/storage/test/generate_assets.py @@ -88,7 +88,9 @@ if __name__ == "__main__": create_optuna_storage(storage) # Make a file including a broken line to the random position to test error handling - shutil.copyfile(os.path.join(BASE_DIR, "journal.log"), os.path.join(BASE_DIR, "journal-broken.log")) + shutil.copyfile( + os.path.join(BASE_DIR, "journal.log"), os.path.join(BASE_DIR, "journal-broken.log") + ) broken_line = ( '{"op_code": ..., "worker_id": "0000", "study_id": 0,' '"datetime_start": "2024-04-01T12:00:00.000000"}\n'