Unverified Commit 75b9b0d3 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci][python] hotfix imports order (#3992)

parent 1413c060
...@@ -5,8 +5,8 @@ import inspect ...@@ -5,8 +5,8 @@ import inspect
import pickle import pickle
import socket import socket
from itertools import groupby from itertools import groupby
from platform import machine
from os import getenv from os import getenv
from platform import machine
from sys import platform from sys import platform
import pytest import pytest
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment