Skip to content

Commit 28ad6e4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 13599a1 commit 28ad6e4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

cibuildwheel/oci_container.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@
1717
from typing import IO, Dict, Literal
1818

1919
from .typing import PathOrStr, PopenBytes
20-
from .util import CIProvider, call, detect_ci_provider, parse_key_value_string, strtobool
20+
from .util import (
21+
CIProvider,
22+
call,
23+
detect_ci_provider,
24+
parse_key_value_string,
25+
strtobool,
26+
)
2127

2228
ContainerEngineName = Literal["docker", "podman"]
2329

0 commit comments

Comments
 (0)