Skip to content

Commit

Permalink
drop unused # type: ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Mar 16, 2022
1 parent 2e024d7 commit 2d8ba8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deal/linter/_extractors/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
try:
import docstring_parser
except ImportError:
docstring_parser = None # type: ignore[assignment]
docstring_parser = None


get_exceptions = Extractor()
Expand Down

0 comments on commit 2d8ba8c

Please sign in to comment.