Skip to content

Commit

Permalink
format files #54, remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Mar 12, 2024
1 parent 2cb3411 commit b0e5b06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions torchsparsegradutils/utils/lsmr.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Copyright (C) 2010 David Fong and Michael Saunders
"""

import torch


Expand Down
2 changes: 1 addition & 1 deletion torchsparsegradutils/utils/random_sparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
TODO: This code needs reformatting into just rand_sparse and rand_sparse_tri
TODO: Add support for non-strict triangular matrices
"""
import warnings

import torch
import random
from torchsparsegradutils.utils.utils import convert_coo_to_csr_indices_values
Expand Down

0 comments on commit b0e5b06

Please sign in to comment.