Skip to content

Commit 135a8d5

Browse files
committed
isort
1 parent f467906 commit 135a8d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/func/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from dvc.main import main
99
from dvc.path_info import URLInfo
1010
from dvc.utils.fs import remove
11-
from tests.remotes import GCP, GDrive, HDFS, OSS, S3, SSH, Azure, Local
11+
from tests.remotes import GCP, HDFS, OSS, S3, SSH, Azure, GDrive, Local
1212

1313
remote_params = [S3, GCP, Azure, OSS, SSH, HDFS]
1414
all_remote_params = [Local] + remote_params

0 commit comments

Comments
 (0)