We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6fb2a commit f3b4990Copy full SHA for f3b4990
dvc_http/__init__.py
@@ -2,9 +2,10 @@
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
-from funcy import cached_property, memoize, wrap_with
8
+from funcy import memoize, wrap_with
9
10
if TYPE_CHECKING:
11
from ssl import SSLContext
0 commit comments