Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 9, 2023
1 parent 03e44f9 commit 41c148c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/func/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def test_pull_import_no_download(tmp_dir, scm, dvc, erepo_dir):
assert (tmp_dir / "foo_imported" / "bar").read_bytes() == b"bar"
assert (tmp_dir / "foo_imported" / "baz").read_bytes() == b"baz contents"


# stage = load_file(dvc, "foo_imported.dvc").stage
# if os.name == "nt":
# expected_hash = "2e798234df5f782340ac3ce046f8dfae.dir"
Expand Down

0 comments on commit 41c148c

Please sign in to comment.