summaryrefslogtreecommitdiff
path: root/saharaclient/osc/v1/job_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'saharaclient/osc/v1/job_types.py')
-rw-r--r--saharaclient/osc/v1/job_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/saharaclient/osc/v1/job_types.py b/saharaclient/osc/v1/job_types.py
index 43fc0f6..2b778f3 100644
--- a/saharaclient/osc/v1/job_types.py
+++ b/saharaclient/osc/v1/job_types.py
@@ -22,8 +22,8 @@ from osc_lib import utils as osc_utils
from oslo_log import log as logging
from oslo_serialization import jsonutils
+from saharaclient.osc import utils
from saharaclient.osc.v1.job_templates import JOB_TYPES_CHOICES
-from saharaclient.osc.v1 import utils
class ListJobTypes(command.Lister):