mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 13:14:37 +03:00
CI: fix import
and source format by black Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -3,8 +3,8 @@ This sets variables for a matrix of QT versions to test downloading against with
|
|||||||
"""
|
"""
|
||||||
import collections
|
import collections
|
||||||
import json
|
import json
|
||||||
|
import random
|
||||||
from itertools import product
|
from itertools import product
|
||||||
from random import random
|
|
||||||
|
|
||||||
MIRRORS = [
|
MIRRORS = [
|
||||||
"https://mirrors.ocf.berkeley.edu/qt",
|
"https://mirrors.ocf.berkeley.edu/qt",
|
||||||
|
|||||||
Reference in New Issue
Block a user