Skip to content

Commit 6a6adfa

Browse files
committed
fixed black
1 parent a8bcbd5 commit 6a6adfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ellar/auth/handlers/schemes/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def _authentication_check(
3030
self,
3131
*,
3232
connection: "HTTPConnection",
33-
context: t.Union[IHostContext, IExecutionContext]
33+
context: t.Union[IHostContext, IExecutionContext],
3434
) -> t.Optional[t.Any]:
3535
"""Override and Provide Authentication actions"""
3636

0 commit comments

Comments
 (0)