Skip to content

Commit 10c4aa2

Browse files
authored
fix formatting
1 parent e81ce39 commit 10c4aa2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pynest/nest/lib/hl_api_connection_helpers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,7 @@ def _process_input_nodes(pre, post, conn_spec):
291291

292292
# check for 'one_to_one' conn_spec
293293
one_to_one_cspec = (
294-
conn_spec if not isinstance(conn_spec, dict)
295-
else conn_spec.get("rule", "all_to_all")
294+
conn_spec if not isinstance(conn_spec, dict) else conn_spec.get("rule", "all_to_all")
296295
) == "one_to_one"
297296

298297
# check and convert input types

0 commit comments

Comments
 (0)