Skip to content

Commit

Permalink
Ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly committed Jan 14, 2025
1 parent db124e8 commit d867970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ def categorical_matrix_drop_first():
return tm.CategoricalMatrix(vec, drop_first=True)


def get_unscaled_matrices() -> (
list[Union[tm.DenseMatrix, tm.SparseMatrix, tm.CategoricalMatrix]]
):
def get_unscaled_matrices() -> list[
Union[tm.DenseMatrix, tm.SparseMatrix, tm.CategoricalMatrix]
]:
return [
dense_matrix_F(),
dense_matrix_C(),
Expand Down

0 comments on commit d867970

Please sign in to comment.