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
e9173004
Verified
Commit
e9173004
authored
5 years ago
by
Leon Mauritz Möller
Browse files
Options
Downloads
Patches
Plain Diff
adapter.xml: import TypedDict from mypy_extensions
remove unused import List
parent
c62d7823
No related branches found
No related tags found
1 merge request
!24
adapter: add xml deserialization
Pipeline
#261497
passed
5 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
aas/adapter/xml/xml_deserialization.py
+2
-1
2 additions, 1 deletion
aas/adapter/xml/xml_deserialization.py
with
2 additions
and
1 deletion
aas/adapter/xml/xml_deserialization.py
+
2
−
1
View file @
e9173004
...
@@ -38,7 +38,8 @@ from ... import model
...
@@ -38,7 +38,8 @@ from ... import model
import
xml.etree.ElementTree
as
ElTree
import
xml.etree.ElementTree
as
ElTree
import
logging
import
logging
from
typing
import
Any
,
Callable
,
Dict
,
IO
,
Iterable
,
List
,
Optional
,
Set
,
Tuple
,
Type
,
TypedDict
,
TypeVar
from
typing
import
Any
,
Callable
,
Dict
,
IO
,
Iterable
,
Optional
,
Set
,
Tuple
,
Type
,
TypeVar
from
mypy_extensions
import
TypedDict
# TODO: import this from typing should we require python 3.8+ at some point
from
.xml_serialization
import
NS_AAS
,
NS_AAS_COMMON
,
NS_ABAC
,
NS_IEC
,
NS_XSI
from
.xml_serialization
import
NS_AAS
,
NS_AAS_COMMON
,
NS_ABAC
,
NS_IEC
,
NS_XSI
from
.._generic
import
MODELING_KIND_INVERSE
,
ASSET_KIND_INVERSE
,
KEY_ELEMENTS_INVERSE
,
KEY_TYPES_INVERSE
,
\
from
.._generic
import
MODELING_KIND_INVERSE
,
ASSET_KIND_INVERSE
,
KEY_ELEMENTS_INVERSE
,
KEY_TYPES_INVERSE
,
\
IDENTIFIER_TYPES_INVERSE
,
ENTITY_TYPES_INVERSE
,
IEC61360_DATA_TYPES_INVERSE
,
IEC61360_LEVEL_TYPES_INVERSE
,
\
IDENTIFIER_TYPES_INVERSE
,
ENTITY_TYPES_INVERSE
,
IEC61360_DATA_TYPES_INVERSE
,
IEC61360_LEVEL_TYPES_INVERSE
,
\
...
...
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