1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

companion.py: import requests does belong down there.

This commit is contained in:
Athanasius 2020-09-15 15:49:28 +01:00
parent 55fcfbeb17
commit c311957eff

View File

@ -13,7 +13,6 @@ import logging
import numbers
import os
import random
import requests
import time
import urllib.parse
import webbrowser
@ -24,6 +23,8 @@ from http.cookiejar import LWPCookieJar # noqa: F401 - No longer needed but ret
from os.path import join
from typing import TYPE_CHECKING, Dict, List, NewType, Union
import requests
from config import appname, appversion, config
from protocol import protocolhandler