mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-02 10:56:52 +00:00
Remove erroneoous print statement
This commit is contained in:
parent
0ff23d4e9f
commit
93b7b66cda
2 changed files with 0 additions and 16 deletions
|
|
@ -60,7 +60,6 @@ def get_diff(source, target): # type: (str, str) -> str
|
|||
source_lines = source.splitlines(True)
|
||||
target_lines = target.splitlines(True)
|
||||
diff = ''.join(difflib.ndiff(source_lines, target_lines))
|
||||
print(diff)
|
||||
return diff
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue