We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751028e commit d4fc3baCopy full SHA for d4fc3ba
1 file changed
mlos_bench/mlos_bench/tests/__init__.py
@@ -43,7 +43,7 @@
43
44
45
# Gathering info about Github CI docker.sock permissions for debugging purposes.
46
-def _print_docker_sock_info():
+def _print_docker_sock_info() -> None:
47
sock_path = "/var/run/docker.sock"
48
try:
49
st = os.stat(sock_path)
0 commit comments