Skip to content

Commit 75b9b0d

Browse files
authored
[ci][python] hotfix imports order (#3992)
1 parent 1413c06 commit 75b9b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python_package_test/test_dask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
import pickle
66
import socket
77
from itertools import groupby
8-
from platform import machine
98
from os import getenv
9+
from platform import machine
1010
from sys import platform
1111

1212
import pytest

0 commit comments

Comments
 (0)