Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Oct 12, 2021
1 parent d2ac86e commit 201347b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bewegung/linalg/_matrixarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

from collections.abc import Iterable
from numbers import Number
from typing import Any, List, Tuple, Type, Union
from typing import Any, List, Tuple, Union

from ..lib import typechecked
from ._abc import (
Expand Down Expand Up @@ -279,7 +279,7 @@ def copy(self) -> MatrixArrayABC:
])

@property
def dtype(self) -> Type:
def dtype(self) -> np.dtype:
"""
(Python) data type of matrix components
"""
Expand Down

0 comments on commit 201347b

Please sign in to comment.