Skip to content

Commit b05ee51

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7ac3e5e commit b05ee51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aiohttp_remotes/basic_auth.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ async def middleware(
3737
request: web.Request,
3838
handler: Callable[[web.Request], Awaitable[web.StreamResponse]],
3939
) -> web.StreamResponse:
40-
4140
if request.path not in self._white_paths:
4241
auth_header = request.headers.get(hdrs.AUTHORIZATION)
4342

0 commit comments

Comments
 (0)