Skip to content

Commit f77d814

Browse files
committed
remove unused import
1 parent 0d75982 commit f77d814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc_http/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import threading
22
from getpass import getpass
3-
from typing import TYPE_CHECKING, BinaryIO, Optional, Union
3+
from typing import TYPE_CHECKING, BinaryIO, Union
44

55
from dvc_objects.fs.base import AnyFSPath, FileSystem
66
from dvc_objects.fs.callbacks import DEFAULT_CALLBACK, Callback

0 commit comments

Comments
 (0)