Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/iterative/cookiecutter-dvc-plugin",
"commit": "13d5c9b49c49d3c14106cb4f9aa61d07876c039b",
"commit": "5e07217326c0c136274315e550e3932668a407a7",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
- flake8-comprehensions
- flake8-debugger
- flake8-string-format
repo: https://gitlab.com/pycqa/flake8
repo: https://github.com/pycqa/flake8
rev: 3.9.2
- repo: local
hooks:
Expand Down
6 changes: 6 additions & 0 deletions dvc_hdfs/tests/test_dvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
TestRemote,
)
from dvc.testing.workspace_tests import TestAdd as _TestAdd
from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import
TestGetUrl,
)
from dvc.testing.workspace_tests import TestImport as _TestImport
from dvc.testing.workspace_tests import ( # noqa, pylint: disable=unused-import
TestLsUrl,
)


@pytest.fixture
Expand Down