mirror of
https://github.com/Hopiu/djLint.git
synced 2026-04-03 06:00:23 +00:00
removed print
This commit is contained in:
parent
4a860a43e2
commit
d68f4e4d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -51,5 +51,5 @@ def test_whitespace(runner: CliRunner) -> None:
|
|||
"--preserve-blank-lines",
|
||||
],
|
||||
)
|
||||
print(result.output)
|
||||
|
||||
assert result.exit_code == 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue