fix typo in rexport DAL

This commit is contained in:
Srajan Garg 2024-11-12 00:19:46 -05:00
parent 7ab6f0d5cb
commit 471cc6b8b6

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.Profil # noqa: B018e
dal.Profile # noqa: B018e
dal.Multireddit # noqa: B018
# fmt: on
except AttributeError as ae: