Skip to content
This repository was archived by the owner on Apr 26, 2025. It is now read-only.

Commit 93d1f93

Browse files
committed
Fix linting
1 parent e9790b8 commit 93d1f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fief_client/integrations/fastapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def __init__(
109109
client: FiefClientClass,
110110
scheme: SecurityBase,
111111
*,
112-
get_userinfo_cache: Optional[DependencyCallable[UserInfoCacheProtocol]] = None
112+
get_userinfo_cache: Optional[DependencyCallable[UserInfoCacheProtocol]] = None,
113113
) -> None:
114114
"""
115115
:param client: Instance of a Fief client.

0 commit comments

Comments
 (0)