We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5637d5 commit ed2bf2bCopy full SHA for ed2bf2b
dvc_http/__init__.py
@@ -2,10 +2,9 @@
2
from getpass import getpass
3
from typing import TYPE_CHECKING, Union
4
5
-from dvc.utils.objects import cached_property
6
from dvc_objects.fs.base import FileSystem
7
from dvc_objects.fs.errors import ConfigError
8
-from funcy import memoize, wrap_with
+from funcy import cached_property, memoize, wrap_with
9
10
if TYPE_CHECKING:
11
from ssl import SSLContext
0 commit comments