Skip to content

Commit

Permalink
Organize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gtca committed Jul 3, 2024
1 parent f8255c0 commit 26fe2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mudata/_core/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
from anndata.compat import _read_attr
from scipy import sparse

from .config import OPTIONS
from .file_backing import AnnDataFileManager, MuDataFileManager
from .mudata import ModDict, MuData
from .config import OPTIONS

#
# Saving multimodal data objects
Expand Down

0 comments on commit 26fe2da

Please sign in to comment.