Fix under-indented line

Signed-off-by: Maxime Petazzoni <max@signalfuse.com>
This commit is contained in:
Maxime Petazzoni 2013-11-19 13:40:03 -08:00 committed by Peter Yu
parent 4c4bd95429
commit 1a83e31d05
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ class Client(requests.Session):
headers['X-Registry-Auth'] = auth.encode_header(authcfg)
u = self._url("/images/create")
response = self._post(u, params=params, headers=headers, stream=stream,
timeout=None)
timeout=None)
if stream:
return self._stream_helper(response)