Skip to content

Commit 3f2e4e2

Browse files
committed
Remove unused import
1 parent df5990d commit 3f2e4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/dataloaders/usps_0_6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import bz2
88
import hashlib
99
from pathlib import Path
10-
from tempfile import TemporaryDirectory, TemporaryFile
10+
from tempfile import TemporaryDirectory
1111
from urllib.request import urlretrieve
1212

1313
import h5py as h5

0 commit comments

Comments
 (0)