Skip to content

Commit 881e991

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9c57771 commit 881e991

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

benchmark/dataset.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
import os
22
import shutil
33
import tarfile
4-
import tqdm
54
import urllib.request
65
from dataclasses import dataclass, field
7-
from typing import Dict, Optional, Callable
6+
from typing import Callable, Dict, Optional
87
from urllib.request import build_opener, install_opener
98

9+
import tqdm
10+
1011
from benchmark import DATASETS_DIR
1112
from dataset_reader.ann_compound_reader import AnnCompoundReader
1213
from dataset_reader.ann_h5_reader import AnnH5Reader

0 commit comments

Comments
 (0)