Skip to content

Commit ed2bf2b

Browse files
committed
dvc-http: remove import from dvc
1 parent f5637d5 commit ed2bf2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dvc_http/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
from getpass import getpass
33
from typing import TYPE_CHECKING, Union
44

5-
from dvc.utils.objects import cached_property
65
from dvc_objects.fs.base import FileSystem
76
from dvc_objects.fs.errors import ConfigError
8-
from funcy import memoize, wrap_with
7+
from funcy import cached_property, memoize, wrap_with
98

109
if TYPE_CHECKING:
1110
from ssl import SSLContext

0 commit comments

Comments
 (0)