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 23, 2024
1 parent 1b2d64e commit 93b1610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gendiff/formatters/plain.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def get_data_format(value):
return 'null'
return str(value)


def get_plain_view(path, action, old_value, new_value):
beginning = f"Property '{path}' was"
if action == 'ADDED':
Expand Down

0 comments on commit 93b1610

Please sign in to comment.