Get rid of mypy's # type: ignore[unreachable]
comments
#221
Labels
help wanted
Extra attention is needed
# type: ignore[unreachable]
comments
#221
Right now
mypy
throws a bunch of errors in this particular code block -vector/src/vector/backends/awkward.py
Lines 575 to 582 in 02d4655
saying -
These errors have been suppressed using the
type: ignore[unreachable]
comments, but this should be fixed. Thetype: ignore[unreachable]
comments should be removed fromVector
(these are the onlytype: ignore[unreachable]
comments left in the codebase).The text was updated successfully, but these errors were encountered: