We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5637d5 commit 5af9d8bCopy full SHA for 5af9d8b
dvc_http/__init__.py
@@ -1,8 +1,8 @@
1
import threading
2
+from functools import cached_property
3
from getpass import getpass
4
from typing import TYPE_CHECKING, Union
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
0 commit comments