WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0c4cab4

Browse files
minor: Lint following a Black update
1 parent f508d0a commit 0c4cab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qpbenchmark/problem.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
def ensure_dense(
18-
M: Optional[Union[np.ndarray, spa.csc_matrix]]
18+
M: Optional[Union[np.ndarray, spa.csc_matrix]],
1919
) -> Optional[np.ndarray]:
2020
"""Get dense representation of a matrix.
2121
@@ -34,7 +34,7 @@ def ensure_dense(
3434

3535

3636
def ensure_sparse(
37-
M: Optional[Union[np.ndarray, spa.csc_matrix]]
37+
M: Optional[Union[np.ndarray, spa.csc_matrix]],
3838
) -> Optional[spa.csc_matrix]:
3939
"""Get sparse representation of a matrix.
4040

0 commit comments

Comments
 (0)