Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Sep 30, 2022
1 parent b208cb8 commit 7fbec4d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions dvc_gs/tests/test_dvc.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import pytest
from dvc.testing.test_api import TestAPI # noqa, pylint: disable=unused-import
from dvc.testing.test_remote import ( # noqa, pylint: disable=unused-import
from dvc.testing.api_tests import ( # noqa, pylint: disable=unused-import
TestAPI,
)
from dvc.testing.remote_tests import ( # noqa, pylint: disable=unused-import
TestRemote,
)
from dvc.testing.test_workspace import TestImport as _TestImport
from dvc.testing.workspace_tests import TestImport as _TestImport


@pytest.fixture
Expand Down

0 comments on commit 7fbec4d

Please sign in to comment.