Skip to content
Snippets Groups Projects
Commit 690545a8 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: fix local import

parent 40c4f0ac
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
from six.moves import configparser as configparser from six.moves import configparser as configparser
from psycopg2 import connect, OperationalError # apt python-psycopg2 from psycopg2 import connect, OperationalError # apt python-psycopg2
from . import docker_dev_start import docker_dev_start
if docker.__version__ > '2.5.0': if docker.__version__ > '2.5.0':
from docker import APIClient as docker_api from docker import APIClient as docker_api
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment