Skip to content

Commit b765d4f

Browse files
committed
fix typing of str-based one
1 parent 88d8a96 commit b765d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

progress_api/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def set_backend(
5656

5757

5858
@overload
59-
def set_backend(impl: str, *args: tuple[Any], **kwargs: dict[str, Any]) -> None:
59+
def set_backend(impl: str, *args: Any, **kwargs: Any) -> None:
6060
...
6161

6262

0 commit comments

Comments
 (0)