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:
parent
55fcfbeb17
commit
c311957eff
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user