remove TODO labels from mypy #3004 comments
This commit is contained in:
parent
b872e19dec
commit
e47f9b76b1
7 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue