From 934c1ac483b45e34681c5ab874c65f164aca52da Mon Sep 17 00:00:00 2001 From: DSungatulin Date: Thu, 22 Feb 2024 01:56:49 +0600 Subject: [PATCH] linter error correction --- gendiff/gendiff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gendiff/gendiff.py b/gendiff/gendiff.py index a8f180a..08d6ee5 100644 --- a/gendiff/gendiff.py +++ b/gendiff/gendiff.py @@ -21,4 +21,4 @@ def generate_diff(filepath1, filepath2, output_format='stylish'): + 'Available formats are: "stylish", "plain", "json".' ) - return apply_format(get_diff(config1, config2)).replace("'","") + return apply_format(get_diff(config1, config2)).replace("'", "")