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] authored and vferat committed Sep 11, 2024
1 parent 14aaffb commit ada9741
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pycrostates/preprocessing/extract_gfp_peaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from ..utils._logs import logger, verbose

if TYPE_CHECKING:
from typing import Optional, Union, Callable
from typing import Callable, Optional, Union

from .._typing import Picks
from ..io import ChData
Expand Down Expand Up @@ -116,7 +116,6 @@ def extract_gfp_peaks(
_check_value(ch_type, _GFP_FUNC, "ch_type")
gfp_function = _GFP_FUNC[ch_type]


# set kwargs for .get_data()
kwargs = dict(tmin=tmin, tmax=tmax)
if isinstance(inst, BaseRaw):
Expand Down

0 comments on commit ada9741

Please sign in to comment.