Skip to content

Commit 216bb7e

Browse files
committed
remove unused imports
1 parent e0bb069 commit 216bb7e

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/datasets/features/features.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import pyarrow as pa
3232
import pyarrow.compute as pc
3333
import pyarrow.types
34-
import yaml
3534
from pandas.api.extensions import ExtensionArray as PandasExtensionArray
3635
from pandas.api.extensions import ExtensionDtype as PandasExtensionDtype
3736

src/datasets/info.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
from pathlib import Path
3737
from typing import ClassVar, Dict, List, Optional, Union
3838

39-
import yaml
40-
4139
from . import config
4240
from .features import Features, Value
4341
from .splits import SplitDict

src/datasets/splits.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
from dataclasses import InitVar, dataclass
2424
from typing import Dict, List, Optional, Union
2525

26-
import yaml
27-
2826
from .arrow_reader import FileInstructions, make_file_instructions
2927
from .naming import _split_re
3028
from .utils.py_utils import NonMutableDict, asdict

0 commit comments

Comments
 (0)