Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Oct 2, 2023
1 parent ac84b25 commit 4e3140f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/spikeinterface/postprocessing/template_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class TemplateMetricsCalculator(BaseWaveformExtractorExtension):
extension_name = "template_metrics"
min_channels_for_multi_channel_warning = 10

def __init__(self, waveform_extractor):
def __init__(self, waveform_extractor: WaveformExtractor):
BaseWaveformExtractorExtension.__init__(self, waveform_extractor)

def _set_params(
Expand Down Expand Up @@ -212,7 +212,6 @@ def get_extension_function():
)


# TODO: add typing
def compute_template_metrics(
waveform_extractor,
load_if_exists: bool = False,
Expand Down

0 comments on commit 4e3140f

Please sign in to comment.