Skip to content

Commit 3ab8cb4

Browse files
committed
import jks
1 parent 74af01f commit 3ab8cb4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

python/hopsworks_common/client/hopsworks.py

+6
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@
2121
from hopsworks_common.client import auth, base
2222

2323

24+
try:
25+
import jks
26+
except ImportError:
27+
pass
28+
29+
2430
class Client(base.Client):
2531
HOPSWORKS_HOSTNAME_VERIFICATION = "HOPSWORKS_HOSTNAME_VERIFICATION"
2632
DOMAIN_CA_TRUSTSTORE_PEM = "DOMAIN_CA_TRUSTSTORE_PEM"

0 commit comments

Comments
 (0)