Skip to content

Commit

Permalink
fix(services): redundant return
Browse files Browse the repository at this point in the history
  • Loading branch information
Alviner committed Nov 21, 2023
1 parent bd98659 commit f74b1de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aiomisc/service/uvicorn.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,3 @@ async def start(self) -> Any:
self.start_event.set()

await server.serve(sockets=[self.sock])
return None

0 comments on commit f74b1de

Please sign in to comment.