Kaydet (Commit) 9999cb06 authored tarafından Joffrey F's avatar Joffrey F

pep8 fix

üst 5800c4ab
...@@ -1319,7 +1319,9 @@ class DockerClientTest(Cleanup, unittest.TestCase): ...@@ -1319,7 +1319,9 @@ class DockerClientTest(Cleanup, unittest.TestCase):
try: try:
with mock.patch('docker.auth.auth.resolve_authconfig', with mock.patch('docker.auth.auth.resolve_authconfig',
fake_resolve_authconfig): fake_resolve_authconfig):
self.client.push(fake_api.FAKE_IMAGE_NAME, tag=fake_api.FAKE_TAG_NAME) self.client.push(
fake_api.FAKE_IMAGE_NAME, tag=fake_api.FAKE_TAG_NAME
)
except Exception as e: except Exception as e:
self.fail('Command should not raise exception: {0}'.format(e)) self.fail('Command should not raise exception: {0}'.format(e))
......
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