Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andylolz committed Jun 10, 2024
1 parent c63b028 commit 8387146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x_notes/ratings.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def add_ratings(notes: dict[str, dict[str, Any]]) -> None:
for note in notes.values():
if "rating" in note:
if "ratings" in note:
del note["ratings"]
if "score" in note:
del note["score"]
Expand Down

0 comments on commit 8387146

Please sign in to comment.