Explorar o código

[hbase] Adding back missing reset import

Romain Rigaux %!s(int64=10) %!d(string=hai) anos
pai
achega
2ff30a674c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/hbase/src/hbase/tests.py

+ 1 - 1
apps/hbase/src/hbase/tests.py

@@ -28,7 +28,7 @@ from desktop.lib.test_utils import grant_access
 
 from hbase.api import HbaseApi
 from hbase.conf import HBASE_CONF_DIR
-from hbase.hbase_site import get_server_authentication, get_server_principal, get_conf, _CNF_HBASE_IMPERSONATION_ENABLED, is_impersonation_enabled
+from hbase.hbase_site import get_server_authentication, get_server_principal, get_conf, reset, _CNF_HBASE_IMPERSONATION_ENABLED, is_impersonation_enabled
 
 
 def test_security_plain():