Skip to content

Commit 5af9d8b

Browse files
authored
dvc-http: remove import from dvc (#55)
use functools.cached_property
1 parent f5637d5 commit 5af9d8b

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,8 +1,8 @@
11
import threading
2+
from functools import cached_property
23
from getpass import getpass
34
from typing import TYPE_CHECKING, Union
45

5-
from dvc.utils.objects import cached_property
66
from dvc_objects.fs.base import FileSystem
77
from dvc_objects.fs.errors import ConfigError
88
from funcy import memoize, wrap_with

0 commit comments

Comments
 (0)