Skip to content

Commit b0bb62d

Browse files
uvillagarth-wells
andauthored
Update python/dolfinx/fem/function.py
Remove # type: ignore Co-authored-by: Garth N. Wells <[email protected]>
1 parent 6c81ce1 commit b0bb62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/dolfinx/fem/function.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ def copy(self) -> Function:
480480
@property
481481
def x(self) -> la.Vector:
482482
"""Vector holding the degrees-of-freedom."""
483-
return self._x # type: ignore
483+
return self._x
484484

485485
@property
486486
def vector(self):

0 commit comments

Comments
 (0)