We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1001426 commit 3b1c1a5Copy full SHA for 3b1c1a5
eegdash/features/extractors.py
@@ -1,3 +1,5 @@
1
+from __future__ import annotations
2
+
3
from abc import ABC, abstractmethod
4
from collections.abc import Callable
5
from functools import partial
eegdash/features/inspect.py
import inspect
eegdash/features/serialization.py
@@ -6,6 +6,8 @@
6
7
"""
8
9
10
11
from pathlib import Path
12
13
import pandas as pd
0 commit comments