Skip to content

Commit 4796056

Browse files
CBroz1JaerongA
andauthored
Apply suggestions from code review
Co-authored-by: JaerongA <jaerong.ahn@datajoint.com>
1 parent fd94939 commit 4796056

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

element_array_ephys/probe.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Neuropixels Probes
33
"""
44
from __future__ import annotations
5-
from typing import List
65

76
import datajoint as dj
87
import numpy as np
@@ -218,7 +217,7 @@ def build_electrode_layouts(
218217
shank_count: int = 1,
219218
shank_spacing: float = None,
220219
y_origin="bottom",
221-
) -> List[dict]:
220+
) -> list[dict]:
222221

223222
"""Builds electrode layouts.
224223

0 commit comments

Comments
 (0)