mirror of https://github.com/docker/docker-py.git
passing flake8 test
Signed-off-by: SeungJin Oh <crierr@naver.com>
This commit is contained in:
parent
8e47f29720
commit
60e7fd93a8
|
@ -24,7 +24,7 @@ def build_port_bindings(ports):
|
|||
return port_bindings
|
||||
|
||||
|
||||
def to_port_range(port, randomly_available_port = False):
|
||||
def to_port_range(port, randomly_available_port=False):
|
||||
if not port:
|
||||
return None
|
||||
|
||||
|
|
Loading…
Reference in New Issue