ci/bin: Sort imports from ci_run_n_monitor.py
Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17791>
This commit is contained in:

committed by
Marge Bot

parent
65b6edee3e
commit
caf9900b3d
@@ -12,17 +12,16 @@ Helper script to restrict running only required CI jobs
|
|||||||
and show the job(s) logs.
|
and show the job(s) logs.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from typing import Optional
|
import argparse
|
||||||
from functools import partial
|
|
||||||
from concurrent.futures import ThreadPoolExecutor
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import time
|
|
||||||
import argparse
|
|
||||||
import sys
|
import sys
|
||||||
import gitlab
|
import time
|
||||||
|
from concurrent.futures import ThreadPoolExecutor
|
||||||
|
from functools import partial
|
||||||
|
from typing import Optional
|
||||||
|
|
||||||
|
import gitlab
|
||||||
from colorama import Fore, Style
|
from colorama import Fore, Style
|
||||||
|
|
||||||
REFRESH_WAIT_LOG = 10
|
REFRESH_WAIT_LOG = 10
|
||||||
|
Reference in New Issue
Block a user