Skip to content

Commit b84f809

Browse files
authored
Merge pull request #101 from musicinmybrain/typing-extensions
Fix undeclared dependency on typing-extensions
2 parents 6e6798f + 0ed18f2 commit b84f809

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

niaaml/cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
"""🧑‍💻 command line interface for NiaAML"""
22

33
from pathlib import Path
4-
from typing import Optional
4+
from typing import Annotated, Optional
55

66
from loguru import logger
77
import pandas as pd
88
import typer
9-
from typing_extensions import Annotated
109

1110
from niaaml import PipelineOptimizer, Pipeline
1211
from niaaml.data.csv_data_reader import CSVDataReader

0 commit comments

Comments
 (0)