Skip to content

Commit

Permalink
typing annotations , and if I did it right, rebase on master
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanTech7713 committed Jun 27, 2023
1 parent 55cd8b5 commit 58091f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion praw/models/reddit/subreddit.py
Expand Up @@ -2048,7 +2048,7 @@ def delete_all(self) -> List[Dict[str, Union[str, bool, Dict[str, str]]]]:
"""
return self.update(x["user"] for x in self())

def reorder(self, newlist, flair_type):
def reorder(self, newlist: list, flair_type: str):
"""Reorder a list of flairs.
:param newlist: A list of Flair ID's.
:param flair_type : The flairs types, either USER_FLAIR or LINK_FLAIR
Expand Down

0 comments on commit 58091f9

Please sign in to comment.