forked from mirrors/gecko-dev
Bug 1790816 - Reformat netwerk/ with isort. r=necko-reviewers,kershaw DONTBUILD
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D162659
This commit is contained in:
parent
6d04d33abd
commit
a5631d89df
1 changed files with 3 additions and 4 deletions
|
|
@ -5,17 +5,16 @@
|
||||||
Drives the throttling feature when the test calls our
|
Drives the throttling feature when the test calls our
|
||||||
controlled server.
|
controlled server.
|
||||||
"""
|
"""
|
||||||
import time
|
|
||||||
import http.client
|
import http.client
|
||||||
import os
|
|
||||||
import json
|
import json
|
||||||
from urllib.parse import urlparse
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
import time
|
||||||
|
from urllib.parse import urlparse
|
||||||
|
|
||||||
from mozperftest.test.browsertime import add_option
|
from mozperftest.test.browsertime import add_option
|
||||||
from mozperftest.utils import get_tc_secret
|
from mozperftest.utils import get_tc_secret
|
||||||
|
|
||||||
|
|
||||||
ENDPOINTS = {
|
ENDPOINTS = {
|
||||||
"linux": "h3.dev.mozaws.net",
|
"linux": "h3.dev.mozaws.net",
|
||||||
"darwin": "h3.mac.dev.mozaws.net",
|
"darwin": "h3.mac.dev.mozaws.net",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue