Skip to content

Commit da77322

Browse files
committed
fix
1 parent 60b7648 commit da77322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/hopsworks/secret.py

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def __init__(
4848
@classmethod
4949
def from_response_json(cls, json_dict):
5050
json_decamelized = humps.decamelize(json_dict)
51+
print(json_decamelized)
5152
if len(json_decamelized["items"]) == 0:
5253
return []
5354
return [cls(**secret) for secret in json_decamelized["items"]]

0 commit comments

Comments
 (0)