Skip to content

Commit

Permalink
Merge 640294e into f214999
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Nov 28, 2022
2 parents f214999 + 640294e commit 7724861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncpraw/reddit.py
Expand Up @@ -197,7 +197,7 @@ def __init__(
requestor_class: Optional[Type[Requestor]] = None,
requestor_kwargs: Optional[Dict[str, Any]] = None,
token_manager: Optional[BaseTokenManager] = None,
**config_settings: Optional[Union[str, bool]],
**config_settings: Optional[Union[str, bool, int]],
): # noqa: D207, D301
"""Initialize a :class:`.Reddit` instance.
Expand Down

0 comments on commit 7724861

Please sign in to comment.