Unverified Kaydet (Commit) 6768477e authored tarafından Ben Firshman's avatar Ben Firshman

Remove dead code in import_image_from_data

Signed-off-by: 's avatarBen Firshman <ben@firshman.co.uk>
üst 008730c6
...@@ -88,9 +88,6 @@ class ImageApiMixin(object): ...@@ -88,9 +88,6 @@ class ImageApiMixin(object):
u, data=data, params=params, headers=headers, timeout=None u, data=data, params=params, headers=headers, timeout=None
) )
) )
return self.import_image(
src=data, repository=repository, tag=tag, changes=changes
)
def import_image_from_file(self, filename, repository=None, tag=None, def import_image_from_file(self, filename, repository=None, tag=None,
changes=None): changes=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