Skip to content

Commit f3b4990

Browse files
authored
fix pylint error (#51)
1 parent 6c6fb2a commit f3b4990

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dvc_http/__init__.py

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

5+
from dvc.utils.objects import cached_property
56
from dvc_objects.fs.base import FileSystem
67
from dvc_objects.fs.errors import ConfigError
7-
from funcy import cached_property, memoize, wrap_with
8+
from funcy import memoize, wrap_with
89

910
if TYPE_CHECKING:
1011
from ssl import SSLContext

0 commit comments

Comments
 (0)