Skip to content

Commit

Permalink
Merge pull request #166 from simphony/fix-trivial-flake8
Browse files Browse the repository at this point in the history
Fix flake8
  • Loading branch information
kitchoi authored Jul 26, 2016
2 parents 54600a7 + cf930f9 commit 983a65f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/mocking/virtual/docker_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ def docker_response(status_code=200, content='',
def get_fake_image_labels(num=2):
samples = cycle(({'eu.simphony-project.docker.description': 'Ubuntu machine with mayavi preinstalled', # noqa
'eu.simphony-project.docker.ui_name': 'Mayavi 4.4.4'},
{'eu.simphony-project.docker.description': 'A vanilla Ubuntu installation'}, # noqa
))
{'eu.simphony-project.docker.description': 'A vanilla Ubuntu installation'})) # noqa
return tuple(next(samples) for _ in range(num))


Expand Down

0 comments on commit 983a65f

Please sign in to comment.