Skip to content

Commit

Permalink
Remove type: ignore comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn authored Aug 1, 2023
1 parent 816185d commit 5ca8771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethereum_spec_tools/lint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def discover_lints() -> Sequence[Lint]:
"""
Discover subclasses of Lint.
"""
from . import lints # type: ignore[attr-defined]
from . import lints

path = getattr(lints, "__path__", None)

Expand Down

0 comments on commit 5ca8771

Please sign in to comment.