remove TODO labels from mypy #3004 comments

This commit is contained in:
Jan Petykiewicz 2023-07-17 21:25:52 -07:00 committed by jan
commit e47f9b76b1
7 changed files with 9 additions and 9 deletions

View file

@ -302,7 +302,7 @@ class Arbitrary(Repetition):
"""
@property
def displacements(self) -> Any: # TODO: mypy#3004 NDArray[numpy.float64]:
def displacements(self) -> Any: # mypy#3004 NDArray[numpy.float64]:
return self._displacements
@displacements.setter