Kaydet (Commit) 60e7fd93 authored tarafından SeungJin Oh's avatar SeungJin Oh

passing flake8 test

Signed-off-by: 's avatarSeungJin Oh <crierr@naver.com>
üst 8e47f297
...@@ -24,7 +24,7 @@ def build_port_bindings(ports): ...@@ -24,7 +24,7 @@ def build_port_bindings(ports):
return port_bindings return port_bindings
def to_port_range(port, randomly_available_port = False): def to_port_range(port, randomly_available_port=False):
if not port: if not port:
return None return None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment