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 Mar 4, 2024
1 parent c393bc6 commit beb7cf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spikeinterface/core/sortinganalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,7 @@ def _save_data(self, **kwargs):
try:
# pandas is a weak dependency for spikeinterface.core
import pandas as pd

HAS_PANDAS = True
except:
HAS_PANDAS = False
Expand Down

0 comments on commit beb7cf3

Please sign in to comment.