We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e6798f + 0ed18f2 commit b84f809Copy full SHA for b84f809
1 file changed
niaaml/cli.py
@@ -1,12 +1,11 @@
1
"""🧑💻 command line interface for NiaAML"""
2
3
from pathlib import Path
4
-from typing import Optional
+from typing import Annotated, Optional
5
6
from loguru import logger
7
import pandas as pd
8
import typer
9
-from typing_extensions import Annotated
10
11
from niaaml import PipelineOptimizer, Pipeline
12
from niaaml.data.csv_data_reader import CSVDataReader
0 commit comments