Skip to content

Commit 4a8d42d

Browse files
committed
Deleting empty line
1 parent 61ad9bd commit 4a8d42d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/arrays/sparse/accessor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ def from_spmatrix(cls, data, index=None, columns=None) -> DataFrame:
313313
indices = data.indices
314314
indptr = data.indptr
315315
array_data = data.data
316-
317316
dtype = SparseDtype(array_data.dtype)
318317
arrays = []
319318
for i in range(n_columns):

0 commit comments

Comments
 (0)