Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed May 5, 2021
1 parent a6b30fe commit 9e4b716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mp_api/routes/electronic_structure/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async def get_object(
return {"data": [bs_object_doc]}

self.router.get(
f"/object/",
"/object/",
response_description=f"Get an {model_name} by {key_name}",
response_model=Response[model],
response_model_exclude_unset=True,
Expand Down Expand Up @@ -162,7 +162,7 @@ async def get_object(
return response

self.router.get(
f"/object/",
"/object/",
response_description=f"Get an {model_name} by {key_name}",
response_model=Response[model],
response_model_exclude_unset=True,
Expand Down

0 comments on commit 9e4b716

Please sign in to comment.