mirror of https://github.com/docker/docker-py.git
Missed empty line for flake8
This commit is contained in:
parent
16ad8198a9
commit
3fa6f231fa
|
@ -341,6 +341,7 @@ class DockerClientTest(unittest.TestCase):
|
||||||
','.join(vol_names))
|
','.join(vol_names))
|
||||||
self.assertEqual(args[1]['headers'],
|
self.assertEqual(args[1]['headers'],
|
||||||
{'Content-Type': 'application/json'})
|
{'Content-Type': 'application/json'})
|
||||||
|
|
||||||
def test_create_container_empty_volumes_from(self):
|
def test_create_container_empty_volumes_from(self):
|
||||||
try:
|
try:
|
||||||
self.client.create_container('busybox', 'true', volumes_from=[])
|
self.client.create_container('busybox', 'true', volumes_from=[])
|
||||||
|
|
Loading…
Reference in New Issue