Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojana Todorovic committed Sep 2, 2024
1 parent fd99148 commit 6a237da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/coder.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,3 @@ async def decode(cls, value: bytes) -> StreamingResponse:
headers = data["headers"]
status_code = data["status_code"]
return StreamingResponse(content=content, headers=headers, status_code=status_code)

0 comments on commit 6a237da

Please sign in to comment.