Update docker-py APIError imports
This commit is contained in:
parent
5166b2c1a8
commit
9e1dfcfb37
3 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ from .formatter import Formatter
|
|||
from .log_printer import LogPrinter
|
||||
from .utils import yesno
|
||||
|
||||
from ..packages.docker.client import APIError
|
||||
from ..packages.docker.errors import APIError
|
||||
from .errors import UserError
|
||||
from .docopt_command import NoSuchCommand
|
||||
from .socketclient import SocketClient
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue