Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinh Nguyen committed Sep 13, 2023
1 parent 1514613 commit 4407678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions element_array_ephys/probe.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
"""
Neuropixels Probes
"""
from __future__ import annotations

import datajoint as dj

from .readers import probe_geometry
Expand Down
2 changes: 2 additions & 0 deletions element_array_ephys/readers/probe_geometry.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import numpy as np
import pandas as pd

Expand Down

0 comments on commit 4407678

Please sign in to comment.