Skip to content

Commit cae61ed

Browse files
committed
fix: mypy
1 parent ac2e31e commit cae61ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

demo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# She was the first woman to win a Nobel Prize, the first person to win a Nobel Prize twice, and the only person to win a Nobel Prize in two scientific fields.

nx_arangodb/classes/dict/adj.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,7 @@ def propagate_edge_directed_symmetric(
18151815
set_adj_inner_dict_mirror(src_node_id)
18161816
set_adj_inner_dict_mirror(dst_node_id)
18171817

1818-
edge_attr_or_key_dict = set_edge_func( # type: ignore[operator]
1818+
edge_attr_or_key_dict = set_edge_func(
18191819
src_node_id, dst_node_id, edge_or_edges
18201820
)
18211821

0 commit comments

Comments
 (0)