Explorar el Código

HUE-8758 [connectors] Remove unused _get_server import in impala app

Romain hace 6 años
padre
commit
2acebe66f8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      apps/jobbrowser/src/jobbrowser/apis/query_api.py

+ 0 - 1
apps/jobbrowser/src/jobbrowser/apis/query_api.py

@@ -34,7 +34,6 @@ LOG = logging.getLogger(__name__)
 
 try:
   from beeswax.models import Session
-  from impala.dbms import _get_server_name
   from impala.server import get_api as get_impalad_api, _get_impala_server_url
 except Exception as e:
   LOG.exception('Some application are not enabled: %s' % e)