Skip to content

Conversation

shin-
Copy link
Contributor

@shin- shin- commented Aug 23, 2016

Fixes #1075

@shin- shin- added this to the 1.10.0 milestone Aug 23, 2016
docker/client.py Outdated
version = None
if 'version' in kwargs:
version = kwargs['version']
del kwargs['version']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can write this as :

version  = kwargs.pop('version', None)

@dnephin
Copy link
Contributor

dnephin commented Aug 24, 2016

LGTM, just a minor nit

Signed-off-by: Joffrey F <joffrey@docker.com>
@shin- shin- force-pushed the 1075-from-env-version branch from e36567b to 764d7b3 Compare August 25, 2016 21:44
@shin- shin- merged commit 24bfb99 into master Aug 25, 2016
@shin- shin- deleted the 1075-from-env-version branch September 14, 2016 00:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants