Skip to content

Commit

Permalink
remove numba import useless
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Nov 17, 2023
1 parent e17c42b commit 880d323
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/spikeinterface/core/core_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@
_shared_job_kwargs_doc,
)

try:
import numba

HAVE_NUMBA = True
except:
HAVE_NUMBA = False


def define_function_from_class(source_class, name):
"Wrapper to change the name of a class"
Expand Down

0 comments on commit 880d323

Please sign in to comment.