Skip to content

Commit

Permalink
Update praw/models/listing/listing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Dec 3, 2022
1 parent a0fdfba commit 8c65a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion praw/models/listing/listing.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ class ModeratorListing(Listing):
class ModNoteListing(Listing):
"""Special Listing for handling :class:`.ModNote` lists."""

CHILD_ATTRIBUTE = "mod_notes"
AFTER_PARAM = "before"
CHILD_ATTRIBUTE = "mod_notes"

@property
def after(self) -> Optional[Any]:
Expand Down

0 comments on commit 8c65a5d

Please sign in to comment.