Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
yqkcn committed Apr 7, 2023
1 parent 02908e4 commit 0e9b919
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kylinpy/service/kylin_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
from __future__ import unicode_literals

from kylinpy.client import InternalServerError, UnauthorizedError
from kylinpy.exceptions import KylinQueryError, KylinCubeError, KylinJobError, KylinQueryPrestateError, KylinCreateSavedQueryError, \
KylinRemoveSavedQueryError, KylinGetSavedQueryError, KylinGetRunningQueryError, KylinStopQueryError
from kylinpy.exceptions import KylinQueryError, KylinCubeError, KylinJobError, KylinQueryPrestateError, \
KylinCreateSavedQueryError, KylinRemoveSavedQueryError, KylinGetSavedQueryError, KylinGetRunningQueryError,\
KylinStopQueryError
from ._service_interface import ServiceInterface


Expand Down

0 comments on commit 0e9b919

Please sign in to comment.