We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb2de0e commit e258fe0Copy full SHA for e258fe0
1 file changed
fortnite_api/client.py
@@ -92,7 +92,7 @@ def beta_method(func: SyncFetchFunc[SyncClient_T, P, T]) -> SyncFetchFunc[SyncCl
92
93
94
def beta_method(
95
- func: Union[FetchFunc[Client_T, P, T], SyncFetchFunc[SyncClient_T, P, T]]
+ func: Union[FetchFunc[Client_T, P, T], SyncFetchFunc[SyncClient_T, P, T]],
96
) -> Union[FetchFunc[Client_T, P, T], SyncFetchFunc[SyncClient_T, P, T]]:
97
if inspect.iscoroutinefunction(func):
98
# This is coroutine, so we need to wrap it in an async function
0 commit comments