Skip to content

Commit

Permalink
import warnings so it doesn't cause an error (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestwebber authored Jul 1, 2023
1 parent 8771e6c commit d3c2e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sparse/_sparse_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from typing import Callable
import operator
from functools import reduce
import warnings

import numpy as np
import scipy.sparse as ss
Expand Down

0 comments on commit d3c2e1a

Please sign in to comment.