Skip to content

Commit d4fc3ba

Browse files
committed
mypy
1 parent 751028e commit d4fc3ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mlos_bench/mlos_bench/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444

4545
# Gathering info about Github CI docker.sock permissions for debugging purposes.
46-
def _print_docker_sock_info():
46+
def _print_docker_sock_info() -> None:
4747
sock_path = "/var/run/docker.sock"
4848
try:
4949
st = os.stat(sock_path)

0 commit comments

Comments
 (0)