From cae61ed1ae1c76f6e4f609614910ed5b90c63e6d Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Mon, 14 Oct 2024 08:34:30 -0400 Subject: [PATCH] fix: `mypy` --- demo.py | 1 + nx_arangodb/classes/dict/adj.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 demo.py diff --git a/demo.py b/demo.py new file mode 100644 index 0000000..550d402 --- /dev/null +++ b/demo.py @@ -0,0 +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. diff --git a/nx_arangodb/classes/dict/adj.py b/nx_arangodb/classes/dict/adj.py index 7126897..b1b2ddc 100644 --- a/nx_arangodb/classes/dict/adj.py +++ b/nx_arangodb/classes/dict/adj.py @@ -1815,7 +1815,7 @@ def propagate_edge_directed_symmetric( set_adj_inner_dict_mirror(src_node_id) set_adj_inner_dict_mirror(dst_node_id) - edge_attr_or_key_dict = set_edge_func( # type: ignore[operator] + edge_attr_or_key_dict = set_edge_func( src_node_id, dst_node_id, edge_or_edges )