fix another typo in ruff ignore
This commit is contained in:
parent
471cc6b8b6
commit
aeea0f6f2e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue