Skip to content

Commit

Permalink
ci: add pylint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman committed Aug 6, 2024
1 parent 9c2759b commit 62ee755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optional_deps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


def __dir__() -> list[str]:
from ._core import import_mapping
from ._core import import_mapping # pylint: disable=import-outside-toplevel

return sorted(import_mapping.keys())

Expand Down

0 comments on commit 62ee755

Please sign in to comment.