We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7390324 commit 2e2d51aCopy full SHA for 2e2d51a
fairgraph/node.py
@@ -340,7 +340,7 @@ def _normalize_type(data_item):
340
341
deserialized_data = {}
342
for prop in cls.all_properties:
343
- expanded_path = expand_uri(prop.path, context)
+ expanded_path = expand_uri(prop.path, cls.context)
344
data_item = _normalize_type(D.get(expanded_path))
345
346
if data_item is not None and prop.reverse:
0 commit comments