mirror of https://github.com/docker/docker-py.git
Fix blank line
Signed-off-by: Mariano Scazzariello <marianoscazzariello@gmail.com>
This commit is contained in:
parent
8ca9c6394f
commit
0318ad8e7e
|
@ -541,7 +541,6 @@ class ContainerCollectionTest(unittest.TestCase):
|
|||
host_config={'NetworkMode': 'foo'}
|
||||
)
|
||||
|
||||
|
||||
def test_get(self):
|
||||
client = make_fake_client()
|
||||
container = client.containers.get(FAKE_CONTAINER_ID)
|
||||
|
|
Loading…
Reference in New Issue