Skip to content

Commit

Permalink
Merge pull request #38 from rwth-iat/http_api/fix_codestyle
Browse files Browse the repository at this point in the history
adapter.http: remove excess blank line
  • Loading branch information
Frosty2500 authored Jun 7, 2024
2 parents 7d6ad00 + ae1f6fe commit dd1839b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion basyx/aas/adapter/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,6 @@ def handle_request(self, request: Request):
def not_implemented(self, request: Request, url_args: Dict, **_kwargs) -> Response:
raise werkzeug.exceptions.NotImplemented(f"This route is not implemented!")


# ------ AAS REPO ROUTES -------
def get_aas_all(self, request: Request, url_args: Dict, **_kwargs) -> Response:
response_t = get_response_type(request)
Expand Down

0 comments on commit dd1839b

Please sign in to comment.