Skip to content

Commit

Permalink
Update internal references
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jul 23, 2024
1 parent 928ceb1 commit ae47711
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esmerald/routing/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2253,8 +2253,8 @@ class Error(BaseModel):
@delete(path='/read', responses={
204: OpenAPIResponse(model=Power, description=...)
400: OpenAPIResponse(model=Error, description=...)
401: OpenAPIResponse(model=Power, description=...)
}
)
async def remove() -> Union[None, ItemOut]:
Expand Down
2 changes: 1 addition & 1 deletion esmerald/routing/webhooks/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2253,8 +2253,8 @@ class Error(BaseModel):
@delete(path='/read', responses={
204: OpenAPIResponse(model=Power, description=...)
400: OpenAPIResponse(model=Error, description=...)
401: OpenAPIResponse(model=Power, description=...)
}
)
async def remove() -> Union[None, ItemOut]:
Expand Down

0 comments on commit ae47711

Please sign in to comment.