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 ae7dec7 commit ce028dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dvc_gdrive/tests/test_dvc.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
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,
)

Expand Down

0 comments on commit ce028dd

Please sign in to comment.