From e1e38c765757e380ee6e338de40b24f5cbb21183 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 3 Jun 2020 01:00:23 +0000 Subject: [PATCH] Restyled by isort --- tests/func/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/func/test_api.py b/tests/func/test_api.py index 427ddab05b..487ae7cfce 100644 --- a/tests/func/test_api.py +++ b/tests/func/test_api.py @@ -8,7 +8,7 @@ from dvc.main import main from dvc.path_info import URLInfo from dvc.utils.fs import remove -from tests.remotes import GDrive, GCP, HDFS, OSS, S3, SSH, Azure, Local +from tests.remotes import GCP, HDFS, OSS, S3, SSH, Azure, GDrive, Local remote_params = [S3, GDrive, GCP, Azure, OSS, SSH, HDFS] all_remote_params = [Local] + remote_params