fix typo in rexport DAL (#405)

* fix typo in rexport DAL
This commit is contained in:
Srajan Garg 2024-11-12 19:05:27 -05:00 committed by GitHub
parent 7ab6f0d5cb
commit ad55c5c345
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.Profil # noqa: B018e
dal.Profile # noqa: B018
dal.Multireddit # noqa: B018
# fmt: on
except AttributeError as ae: