Skip to content

Commit e3242c3

Browse files
committed
Fix style
1 parent 6baecb8 commit e3242c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yandex_cloud_ml_sdk/_types/tuning/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

33
from numbers import Number
4-
from typing import Dict, Iterable, Tuple, Union
4+
from typing import Iterable, Union
55

66
from yandex_cloud_ml_sdk._datasets.dataset import BaseDataset
77
from yandex_cloud_ml_sdk._types.datasets import DatasetType

0 commit comments

Comments
 (0)