Skip to content

Commit 4407678

Browse files
author
Thinh Nguyen
committed
bugfix
1 parent 1514613 commit 4407678

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

element_array_ephys/probe.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
"""
22
Neuropixels Probes
33
"""
4-
from __future__ import annotations
5-
64
import datajoint as dj
75

86
from .readers import probe_geometry

element_array_ephys/readers/probe_geometry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import numpy as np
24
import pandas as pd
35

0 commit comments

Comments
 (0)