Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed May 10, 2024
1 parent 7464cda commit f8d8920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/phenolrs/numpy_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def load_graph_to_numpy(
# "USER": {"x": {"features": None}}
# Should be converted to:
# "USER": {"x": "features"}
entries: dict
entries: dict[str, typing.Any]
for v_col_name, entries in metagraph["vertexCollections"].items():
for source_name, value in entries.items():
if isinstance(value, dict):
Expand Down

0 comments on commit f8d8920

Please sign in to comment.