Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 18, 2023
1 parent b95cb1a commit 5963539
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aiohttp_remotes/basic_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ async def middleware(
request: web.Request,
handler: Callable[[web.Request], Awaitable[web.StreamResponse]],
) -> web.StreamResponse:

if request.path not in self._white_paths:
auth_header = request.headers.get(hdrs.AUTHORIZATION)

Expand Down

0 comments on commit 5963539

Please sign in to comment.