Skip to content

Commit

Permalink
fix another typo in ruff ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss authored Nov 13, 2024
1 parent 471cc6b commit aeea0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my/reddit/rexport.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def upvoted() -> Iterator[Upvote]:
# here we just check that types are available, we don't actually want to import them
# fmt: off
dal.Subreddit # noqa: B018
dal.Profile # noqa: B018e
dal.Profile # noqa: B018
dal.Multireddit # noqa: B018
# fmt: on
except AttributeError as ae:
Expand Down

0 comments on commit aeea0f6

Please sign in to comment.