Skip to content

Commit e258fe0

Browse files
committed
format code with black
1 parent bb2de0e commit e258fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fortnite_api/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def beta_method(func: SyncFetchFunc[SyncClient_T, P, T]) -> SyncFetchFunc[SyncCl
9292

9393

9494
def beta_method(
95-
func: Union[FetchFunc[Client_T, P, T], SyncFetchFunc[SyncClient_T, P, T]]
95+
func: Union[FetchFunc[Client_T, P, T], SyncFetchFunc[SyncClient_T, P, T]],
9696
) -> Union[FetchFunc[Client_T, P, T], SyncFetchFunc[SyncClient_T, P, T]]:
9797
if inspect.iscoroutinefunction(func):
9898
# This is coroutine, so we need to wrap it in an async function

0 commit comments

Comments
 (0)