Skip to content

Commit

Permalink
Merge pull request datajoint#172 from ttngu207/modular_clustering
Browse files Browse the repository at this point in the history
bugfix - support older python versions
  • Loading branch information
Thinh Nguyen authored Sep 13, 2023
2 parents e4b72d7 + 021e3d2 commit 4993aa5
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 4993aa5

Please sign in to comment.