Skip to content

Commit

Permalink
fixup! Issue #150 Do some renaming now that design dust has settled a…
Browse files Browse the repository at this point in the history
… bit
  • Loading branch information
soxofaan committed Sep 18, 2024
1 parent d5d22ad commit c6fc7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openeo_aggregator/partitionedjobs/crossbackend.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ class _GraphViewer:
# TODO: add more logging of what is happening under the hood

def __init__(self, node_map: dict[NodeId, _GVNode]):
# Work with a read-only proxy to prevent accidental changes
self._check_consistency(node_map=node_map)
# Work with a read-only proxy to prevent accidental changes
self._graph: Mapping[NodeId, _GVNode] = types.MappingProxyType(node_map)

@staticmethod
Expand Down

0 comments on commit c6fc7ee

Please sign in to comment.