Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
terhorstd authored Oct 18, 2024
1 parent e81ce39 commit 10c4aa2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pynest/nest/lib/hl_api_connection_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,7 @@ def _process_input_nodes(pre, post, conn_spec):

# check for 'one_to_one' conn_spec
one_to_one_cspec = (
conn_spec if not isinstance(conn_spec, dict)
else conn_spec.get("rule", "all_to_all")
conn_spec if not isinstance(conn_spec, dict) else conn_spec.get("rule", "all_to_all")
) == "one_to_one"

# check and convert input types
Expand Down

0 comments on commit 10c4aa2

Please sign in to comment.