fix another typo in ruff ignore

This commit is contained in:
karlicoss 2024-11-13 00:02:32 +00:00 committed by GitHub
parent 471cc6b8b6
commit aeea0f6f2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -146,7 +146,7 @@ if not TYPE_CHECKING:
# 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: