Skip to main content
Sign in
Snippets Groups Projects
Commit e1a7ca87 authored by Leon Mauritz Möller's avatar Leon Mauritz Möller Committed by Michael Thies
Browse files

adapter.http: remove unused imports

parent 55978ccc
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,6 @@ import io
import json
from lxml import etree # type: ignore
import urllib.parse
import werkzeug
from werkzeug.exceptions import BadRequest, Conflict, InternalServerError, NotFound, NotImplemented
from werkzeug.routing import Rule, Submount
from werkzeug.wrappers import Request, Response
......@@ -26,7 +25,7 @@ from .xml import XMLConstructables, read_aas_xml_element, xml_serialization
from .json import StrippedAASToJsonEncoder, StrictStrippedAASFromJsonDecoder
from ._generic import IDENTIFIER_TYPES, IDENTIFIER_TYPES_INVERSE
from typing import Dict, Iterable, List, Optional, Tuple, Type, Union
from typing import Dict, Iterable, Optional, Tuple, Type, Union
@enum.unique
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment