Skip to content

Commit 5022a5f

Browse files
author
Roman
committed
ruff
1 parent ef87986 commit 5022a5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/e2e_tests/conftest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ def local_chain(request):
6666
" or use documentation [blue]https://docs.docker.com/engine/install/[/blue]"
6767
)
6868
elif sys.platform == "darwin":
69-
docker_command = "Install docker with command [blue]brew install docker[/blue]"
69+
docker_command = (
70+
"Install docker with command [blue]brew install docker[/blue]"
71+
)
7072
else:
7173
docker_command = "[blue]Unknown OS, install Docker manually: https://docs.docker.com/get-docker/[/blue]"
7274

0 commit comments

Comments
 (0)