Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dariko committed Mar 2, 2019
1 parent 3aa610e commit 545cda5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions etcd3/baseclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import semantic_version as sem
from six.moves import urllib_parse
import copy

from .apis import AuthAPI
from .apis import ClusterAPI
Expand All @@ -18,7 +17,6 @@
from .apis import MaintenanceAPI
from .apis import WatchAPI
from .errors import UnsupportedServerVersion
from .errors import Etcd3Exception
from .stateful import Lease
from .stateful import Lock
from .stateful import Txn
Expand All @@ -27,9 +25,6 @@
from .swaggerdefs import get_spec
from .utils import Etcd3Warning
from .utils import log
from .utils import check_param
from .utils import EtcdEndpoint
from .utils import retry_all_hosts
from .version import __version__


Expand Down

0 comments on commit 545cda5

Please sign in to comment.