Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
c0d3rman committed Oct 8, 2023
1 parent 9b00b81 commit 3cc9be0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion praw/models/util.py
Expand Up @@ -35,7 +35,12 @@ def permissions_string(


@_deprecate_args(
"function", "pause_after", "skip_existing", "attribute_name", "exclude_before", "start_after"
"function",
"pause_after",
"skip_existing",
"attribute_name",
"exclude_before",
"start_after",
)
def stream_generator(
function: Callable,
Expand Down

0 comments on commit 3cc9be0

Please sign in to comment.