From 8af0953af59da045f1bd93d2aac7e1c6ad2b0f3e Mon Sep 17 00:00:00 2001 From: Roman Babenko Date: Thu, 26 Oct 2023 14:51:49 +0300 Subject: [PATCH] style --- tests/file_handler/test_file_path_extractor.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/file_handler/test_file_path_extractor.py b/tests/file_handler/test_file_path_extractor.py index eb7583876..49bcfaf13 100644 --- a/tests/file_handler/test_file_path_extractor.py +++ b/tests/file_handler/test_file_path_extractor.py @@ -32,7 +32,9 @@ def setUp(self): "source_ext": [], "source_quote_ext": [], "check_for_literals": [], - "validation": {"api_validation": False}, + "validation": { + "api_validation": False + }, "use_filters": False, "line_data_output": [], "candidate_output": [],