Skip to content

Commit 19c447a

Browse files
committed
remove redundant type hinting
1 parent 52a06e9 commit 19c447a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

element_array_ephys/probe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def create_neuropixels_probe(probe_type: str = "neuropixels 1.0 - 3A"):
147147
}
148148

149149
probe_type = {"probe_type": probe_type}
150-
electrode_layouts: list[dict] = build_electrode_layouts(
150+
electrode_layouts = build_electrode_layouts(
151151
**{**neuropixels_probes_config[probe_type["probe_type"]], **probe_type}
152152
)
153153
with ProbeType.connection.transaction:

0 commit comments

Comments
 (0)