Skip to content

Commit

Permalink
breaking: use fsspec.callbacks instead of dvc_objects.callbacks (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Feb 8, 2024
1 parent 6a5f8af commit 252692f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc_ssh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import threading
from typing import ClassVar

from fsspec.callbacks import DEFAULT_CALLBACK
from funcy import memoize, silent, wrap_prop, wrap_with

from dvc.utils.objects import cached_property
from dvc_objects.fs.base import FileSystem
from dvc_objects.fs.callbacks import DEFAULT_CALLBACK
from dvc_objects.fs.utils import as_atomic

DEFAULT_PORT = 22
Expand Down

0 comments on commit 252692f

Please sign in to comment.