Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
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
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
Lehrstuhl für Informations- und Automatisierungssysteme
PyI40AAS
Commits
e1a7ca87
Commit
e1a7ca87
authored
Nov 20, 2020
by
Leon Mauritz Möller
Committed by
Michael Thies
Mar 22, 2021
Browse files
Options
Downloads
Patches
Plain Diff
adapter.http: remove unused imports
parent
55978ccc
No related branches found
No related tags found
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
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
...
...
...
...
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
sign in
to comment