Skip to content

Commit 8e20b60

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b1cedc4 commit 8e20b60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def test_run_kwargs(repo_with_content):
9292
assert kwargs["somekey"] == "somevalue"
9393

9494

95-
9695
def test_dryrun_works_without_docker(tmpdir, capsys):
9796
with chdir(tmpdir):
9897
with patch.object(docker, "APIClient") as client:

0 commit comments

Comments
 (0)