Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PyI40AAS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informations- und Automatisierungssysteme
PyI40AAS
Commits
e1a7ca87
Commit
e1a7ca87
authored
4 years ago
by
Leon Mauritz Möller
Committed by
Michael Thies
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
adapter.http: remove unused imports
parent
55978ccc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
aas/adapter/http.py
+1
-2
1 addition, 2 deletions
aas/adapter/http.py
with
1 addition
and
2 deletions
aas/adapter/http.py
+
1
−
2
View file @
e1a7ca87
...
@@ -16,7 +16,6 @@ import io
...
@@ -16,7 +16,6 @@ import io
import
json
import
json
from
lxml
import
etree
# type: ignore
from
lxml
import
etree
# type: ignore
import
urllib.parse
import
urllib.parse
import
werkzeug
from
werkzeug.exceptions
import
BadRequest
,
Conflict
,
InternalServerError
,
NotFound
,
NotImplemented
from
werkzeug.exceptions
import
BadRequest
,
Conflict
,
InternalServerError
,
NotFound
,
NotImplemented
from
werkzeug.routing
import
Rule
,
Submount
from
werkzeug.routing
import
Rule
,
Submount
from
werkzeug.wrappers
import
Request
,
Response
from
werkzeug.wrappers
import
Request
,
Response
...
@@ -26,7 +25,7 @@ from .xml import XMLConstructables, read_aas_xml_element, xml_serialization
...
@@ -26,7 +25,7 @@ from .xml import XMLConstructables, read_aas_xml_element, xml_serialization
from
.json
import
StrippedAASToJsonEncoder
,
StrictStrippedAASFromJsonDecoder
from
.json
import
StrippedAASToJsonEncoder
,
StrictStrippedAASFromJsonDecoder
from
._generic
import
IDENTIFIER_TYPES
,
IDENTIFIER_TYPES_INVERSE
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
@enum.unique
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment