Skip to content

Commit a8cfcc8

Browse files
committed
Remove invalid spaces
1 parent a355091 commit a8cfcc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aas_test_engines/test_cases/v3_0/submodel_templates.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class IPCommunication:
9696
"semantic_id": "0173-1#02-AAQ326#002",
9797
})
9898
type_of_communication: Optional[str] = field(metadata={
99-
"semantic_id": " https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication",
99+
"semantic_id": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/IPCommunication/TypeOfCommunication",
100100
})
101101
available_time: Optional[str] = field(metadata={
102102
"semantic_id": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/AvailableTime/",
@@ -115,7 +115,7 @@ class ContactInformation:
115115
"semantic_id": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/Language",
116116
})
117117
time_zone: Optional[str] = field(metadata={
118-
"semantic_id": " https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone",
118+
"semantic_id": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation/TimeZone",
119119
})
120120
# TODO: Add hint: "mandatory property according to EU MachineDirective 2006/42/EC."
121121
city_town: Optional[LangString] = field(metadata={
@@ -201,7 +201,7 @@ class DigitalNameplate:
201201
"semantic_id": "https://admin-shell.io/zvei/nameplate/1/0/ContactInformations/ContactInformation",
202202
})
203203
manufacturer_product_root: Optional[LangString] = field(metadata={
204-
"semantic_id": " 0173-1#02-AAU732#001",
204+
"semantic_id": "0173-1#02-AAU732#001",
205205
})
206206
manufacturer_product_family: Optional[LangString] = field(metadata={
207207
"semantic_id": "0173-1#02-AAU732#001",

0 commit comments

Comments
 (0)