Skip to content

Commit 51ceaa8

Browse files
author
Dmytro Parfeniuk
committed
🔥 Removed unnecessary noqa and type: ignore
1 parent 62d2842 commit 51ceaa8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/guidellm/request/transformers.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
from pathlib import Path
22
from typing import Optional, Union
33

4-
from datasets import (
5-
Dataset,
6-
DatasetDict, # type: ignore # noqa: PGH003
7-
IterableDataset,
8-
IterableDatasetDict,
9-
)
4+
from datasets import Dataset, DatasetDict, IterableDataset, IterableDatasetDict
105
from loguru import logger
116
from transformers import PreTrainedTokenizer # type: ignore # noqa: PGH003
127

0 commit comments

Comments
 (0)