Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
zrgt committed Nov 8, 2023
1 parent 79a360c commit faeed67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions basyx/aas/model/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1767,9 +1767,9 @@ def remove_object_by_semantic_id(self, semantic_id: Reference) -> None:

# TODO: Find a better solution for providing constraint ids
ATTRIBUTES_CONSTRAINT_IDS = {
"id_short": 22, # Referable,
"type": 21, # Qualifier,
"name": 77, # Extension,
"id_short": 22, # Referable,
"type": 21, # Qualifier,
"name": 77, # Extension,
# "id_short": 134, # model.OperationVariable
}

Expand Down

0 comments on commit faeed67

Please sign in to comment.