Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 31, 2023
1 parent 590337b commit e7dcdad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spikeinterface/sorters/external/mountainsort5.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class Mountainsort5Sorter(BaseSorter):
def is_installed(cls):
try:
import mountainsort5

HAVE_MS5 = True
except ImportError:
HAVE_MS5 = False
Expand Down

0 comments on commit e7dcdad

Please sign in to comment.