Skip to content

Commit

Permalink
Fix to remove the import of APIClient (sonic-net#5724)
Browse files Browse the repository at this point in the history
  • Loading branch information
judyjoseph authored Oct 27, 2020
1 parent 2a608b9 commit 5a80253
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions files/image_config/misc/docker-wait-any
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@
import argparse
import sys
import threading
from docker import Client
import time

from docker import APIClient
from docker import Client
from sonic_py_common import logger, device_info

SYSLOG_IDENTIFIER = 'docker-wait-any'
Expand Down

0 comments on commit 5a80253

Please sign in to comment.