Skip to content

Commit 4cba567

Browse files
crierrshin-
authored andcommitted
passing flake8 test
Signed-off-by: SeungJin Oh <[email protected]>
1 parent 487457e commit 4cba567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/utils/ports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def build_port_bindings(ports):
2424
return port_bindings
2525

2626

27-
def to_port_range(port, randomly_available_port = False):
27+
def to_port_range(port, randomly_available_port=False):
2828
if not port:
2929
return None
3030

0 commit comments

Comments
 (0)