Skip to content
Snippets Groups Projects
Unverified Commit e6015098 authored by Andrej Shadura's avatar Andrej Shadura
Browse files

isort: Sort imports


Signed-off-by: default avatarAndrej Shadura <andrew.shadura@collabora.co.uk>
parent 86e8fd2c
No related branches found
No related tags found
1 merge request!33Drop HTTP proxy support, upgrade Websockets to 10.0
Pipeline #506980 passed
......@@ -11,13 +11,13 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
import os
import sys
from configparser import ConfigParser
from dataclasses import dataclass
from logging import error
from pathlib import Path
from typing import Iterable
import os
HTTP_TIMEOUT = 20 * 60
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment