From 0913cff47232795372ad2194d28eda27a8b7b081 Mon Sep 17 00:00:00 2001 From: A_D Date: Fri, 16 Apr 2021 17:46:22 +0200 Subject: [PATCH] fixed import order --- companion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/companion.py b/companion.py index 181936ab..f1f38bd6 100644 --- a/companion.py +++ b/companion.py @@ -22,7 +22,7 @@ from email.utils import parsedate # TODO: see https://github.com/EDCD/EDMarketConnector/issues/569 from http.cookiejar import LWPCookieJar # noqa: F401 - No longer needed but retained in case plugins use it from os.path import join -from typing import Mapping, OrderedDict, TYPE_CHECKING, Any, Dict, List, Optional, TypeVar, Union +from typing import TYPE_CHECKING, Any, Dict, List, Mapping, Optional, OrderedDict, TypeVar, Union import requests