Skip to content

Commit

Permalink
Fix: List from typing
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanharvey1 committed Oct 17, 2024
1 parent 4db82e4 commit ffa7e7f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions neuro_py/process/peri_event.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import warnings
from ast import List
from typing import Optional, Tuple, Union
from typing import Optional, Tuple, Union, List

import numpy as np
import pandas as pd
Expand Down Expand Up @@ -1159,7 +1158,7 @@ def event_spiking_threshold(
) -> np.ndarray:
"""
event_spiking_threshold: filter events based on spiking threshold
Parameters
----------
spikes : nel.SpikeTrainArray
Expand Down

0 comments on commit ffa7e7f

Please sign in to comment.