Skip to content

Commit 2e2d51a

Browse files
committed
Fix for [18de2bd]
1 parent 7390324 commit 2e2d51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fairgraph/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def _normalize_type(data_item):
340340

341341
deserialized_data = {}
342342
for prop in cls.all_properties:
343-
expanded_path = expand_uri(prop.path, context)
343+
expanded_path = expand_uri(prop.path, cls.context)
344344
data_item = _normalize_type(D.get(expanded_path))
345345

346346
if data_item is not None and prop.reverse:

0 commit comments

Comments
 (0)