Skip to content

Commit d97f283

Browse files
committed
Remove redundant h5py check
1 parent 5525021 commit d97f283

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

h5pyd/_hl/serverinfo.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ def getServerInfo(endpoint=None, username=None, password=None, api_key=None, **k
2121

2222
cfg = Config() # get credentials from .hscfg file (if found)
2323

24-
if cfg.get("use_h5py"):
25-
return None
26-
2724
if endpoint is None and "hs_endpoint" in cfg:
2825
endpoint = cfg["hs_endpoint"]
2926

0 commit comments

Comments
 (0)