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))
|
||||
self.assertEqual(args[1]['headers'],
|
||||
{'Content-Type': 'application/json'})
|
||||
|
||||
def test_create_container_empty_volumes_from(self):
|
||||
try:
|
||||
self.client.create_container('busybox', 'true', volumes_from=[])
|
||||
|
|
Loading…
Reference in New Issue