summaryrefslogtreecommitdiff
path: root/cinderclient/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'cinderclient/client.py')
-rw-r--r--cinderclient/client.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/cinderclient/client.py b/cinderclient/client.py
index f1d0fe9..59d4cd0 100644
--- a/cinderclient/client.py
+++ b/cinderclient/client.py
@@ -44,10 +44,6 @@ from oslo_utils import encodeutils
from oslo_utils import importutils
from oslo_utils import strutils
-from cinderclient import _i18n
-# Enable i18n lazy translation
-_i18n.enable_lazy()
-
osprofiler_web = importutils.try_import("osprofiler.web")
import six.moves.urllib.parse as urlparse