Skip to content

Commit e9f9de2

Browse files
author
Michael Gummelt
committed
move import statements
1 parent 4294742 commit e9f9de2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli/tests/integration/test_run.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import mock
2-
import pytest
31
import six
4-
52
from dcos_spark import spark_submit
63

4+
import mock
5+
import pytest
6+
77

88
@pytest.mark.skip(
99
reason=("This is failing when fake.com fails to connect, "

0 commit comments

Comments
 (0)