Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
daletovar authored Sep 6, 2019
1 parent fb0757b commit 33df589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sparse/_sparse_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def nnz(self):
>>> np.count_nonzero(x) == s.nnz
True
"""

@property
@abstractmethod
def format(self):
Expand All @@ -96,7 +96,7 @@ def format(self):
>>> s.format
'coo'
"""

@property
def ndim(self):
"""
Expand Down

0 comments on commit 33df589

Please sign in to comment.