mirror of https://github.com/docker/docker-py.git
Fixed indentation
This commit is contained in:
parent
4bc4ee3cf0
commit
9bbbb5d3b4
|
|
@ -533,7 +533,7 @@ class Client(requests.Session):
|
||||||
self._result(response, binary=True)
|
self._result(response, binary=True)
|
||||||
|
|
||||||
return stream and self._multiplexed_socket_stream_helper(response) or \
|
return stream and self._multiplexed_socket_stream_helper(response) or \
|
||||||
''.join([x for x in self._multiplexed_buffer_helper(response)])
|
''.join([x for x in self._multiplexed_buffer_helper(response)])
|
||||||
|
|
||||||
def port(self, container, private_port):
|
def port(self, container, private_port):
|
||||||
if isinstance(container, dict):
|
if isinstance(container, dict):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue