Skip to content

Commit

Permalink
remove obsolete IrasaKwargsTyped
Browse files Browse the repository at this point in the history
  • Loading branch information
thht committed Jul 30, 2024
1 parent 9b9b7da commit 4fb1156
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pyrasa/utils/input_classes.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
from typing import TypedDict

import numpy as np


class IrasaKwargsTyped(TypedDict):
nperseg: int | None
noverlap: int | None
nfft: int | None
h: int | None
time_orig: None | np.ndarray
up_down: str | None
dpss_settings: dict
win_kwargs: dict


class IrasaSprintKwargsTyped(TypedDict):
mfft: int
Expand Down

0 comments on commit 4fb1156

Please sign in to comment.