fmt
Some checks failed
Deploy to core / deploy (push) Has been cancelled

This commit is contained in:
2024-02-02 15:59:22 +03:00
parent 08b69e5d0a
commit 7a3830653e
6 changed files with 14 additions and 6 deletions

View File

@@ -16,6 +16,7 @@ def get_diff(original, modified):
diff = list(ndiff(original.split(), modified.split()))
return diff
def apply_diff(original, diff):
"""
Apply the difference to the original string.