Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fs: don't import SSHFileSystem #8139

Merged
merged 1 commit into from
Aug 17, 2022
Merged

fs: don't import SSHFileSystem #8139

merged 1 commit into from
Aug 17, 2022

Conversation

efiop
Copy link
Contributor

@efiop efiop commented Aug 17, 2022

No description provided.

@efiop efiop requested a review from a team as a code owner August 17, 2022 21:15
@efiop efiop requested a review from karajan1001 August 17, 2022 21:15
@@ -3,8 +3,9 @@
from functools import partial, partialmethod
from typing import TYPE_CHECKING, Iterator, Optional

from dvc_ssh import DEFAULT_PORT, SSHFileSystem
Copy link
Contributor Author

@efiop efiop Aug 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we don't even need dvc_ssh here, and could use sshfs directly. CC @pmrowla

Keeping as is for now, but this also means that we have (and had) a hidden dependency on sshfs (and now on dvc_ssh).

@efiop efiop merged commit 3fc9f32 into iterative:main Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant