Skip to content

Commit 9999cb0

Browse files
committed
pep8 fix
1 parent 5800c4a commit 9999cb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1319,7 +1319,9 @@ def test_push_image_with_tag(self):
13191319
try:
13201320
with mock.patch('docker.auth.auth.resolve_authconfig',
13211321
fake_resolve_authconfig):
1322-
self.client.push(fake_api.FAKE_IMAGE_NAME, tag=fake_api.FAKE_TAG_NAME)
1322+
self.client.push(
1323+
fake_api.FAKE_IMAGE_NAME, tag=fake_api.FAKE_TAG_NAME
1324+
)
13231325
except Exception as e:
13241326
self.fail('Command should not raise exception: {0}'.format(e))
13251327

0 commit comments

Comments
 (0)