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:
Guilherme Gallo
2022-07-15 18:15:52 -03:00
committed by Marge Bot
parent 65b6edee3e
commit caf9900b3d

View File

@@ -12,17 +12,16 @@ Helper script to restrict running only required CI jobs
and show the job(s) logs.
"""
from typing import Optional
from functools import partial
from concurrent.futures import ThreadPoolExecutor
import argparse
import os
import re
import time
import argparse
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
REFRESH_WAIT_LOG = 10