Skip to content

Commit d867970

Browse files
committed
Ruff.
1 parent db124e8 commit d867970

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_matrices.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ def categorical_matrix_drop_first():
5050
return tm.CategoricalMatrix(vec, drop_first=True)
5151

5252

53-
def get_unscaled_matrices() -> (
54-
list[Union[tm.DenseMatrix, tm.SparseMatrix, tm.CategoricalMatrix]]
55-
):
53+
def get_unscaled_matrices() -> list[
54+
Union[tm.DenseMatrix, tm.SparseMatrix, tm.CategoricalMatrix]
55+
]:
5656
return [
5757
dense_matrix_F(),
5858
dense_matrix_C(),

0 commit comments

Comments
 (0)