Skip to content

Commit

Permalink
Small style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zrgt committed Dec 3, 2024
1 parent 150751b commit bac0ef7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/basyx/aas/adapter/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,8 @@ def delete_aas_submodel_refs_submodel(self, request: Request, url_args: Dict, re
aas.commit()
return response_t()

def aas_submodel_refs_redirect(self, request: Request, url_args: Dict, map_adapter: MapAdapter, **_kwargs) -> Response:
def aas_submodel_refs_redirect(self, request: Request, url_args: Dict, map_adapter: MapAdapter,
**_kwargs) -> Response:
aas = self._get_shell(url_args)
# the following makes sure the reference exists
self._get_submodel_reference(aas, url_args["submodel_id"])
Expand Down

0 comments on commit bac0ef7

Please sign in to comment.