Skip to content

Commit

Permalink
Update kymata/entities/sparse_data.py
Browse files Browse the repository at this point in the history
Co-authored-by: Cai <[email protected]>
  • Loading branch information
neukym and caiw authored Jan 12, 2024
1 parent a266c9b commit 8d878a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kymata/entities/sparse_data.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from numpy import ndarray, nanmin, greater
from numpy import nanmin, greater
from numpy.typing import NDArray
import sparse
from xarray import Dataset
Expand Down

0 comments on commit 8d878a2

Please sign in to comment.