summaryrefslogtreecommitdiffstats
path: root/python-dockering/tests/test_core.py
diff options
context:
space:
mode:
Diffstat (limited to 'python-dockering/tests/test_core.py')
-rw-r--r--python-dockering/tests/test_core.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python-dockering/tests/test_core.py b/python-dockering/tests/test_core.py
index 76e027b..08cadfc 100644
--- a/python-dockering/tests/test_core.py
+++ b/python-dockering/tests/test_core.py
@@ -20,7 +20,6 @@
import os
from functools import partial
import pytest
-import docker
from dockering import core as doc
from dockering.exceptions import DockerError, DockerConnectionError