Skip to content

Commit

Permalink
linter error correction
Browse files Browse the repository at this point in the history
  • Loading branch information
DSungatulin committed Feb 22, 2024
1 parent 6c30150 commit 5c239eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gendiff/gendiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
return apply_format(get_diff(config1, config2)).replace("'", "")

0 comments on commit 5c239eb

Please sign in to comment.