From ad55c5c345888abaebf59ae85923339b7ceccbb4 Mon Sep 17 00:00:00 2001 From: Srajan Garg Date: Tue, 12 Nov 2024 19:05:27 -0500 Subject: [PATCH] fix typo in rexport DAL (#405) * fix typo in rexport DAL --- my/reddit/rexport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/my/reddit/rexport.py b/my/reddit/rexport.py index cb6af01..262635b 100644 --- a/my/reddit/rexport.py +++ b/my/reddit/rexport.py @@ -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: