Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 17, 2025
1 parent b4dd495 commit 04fc810
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,6 @@ async def baseindex(request: Request, response: Response, repo: str | None = Non
async def base(request: Request, response: Response, base_name: str) -> Response:
global state


if base_name in state.sources:
res = [state.sources[base_name]]
else:
Expand Down

0 comments on commit 04fc810

Please sign in to comment.