Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
lillux committed Dec 5, 2023
1 parent ed34628 commit fb55943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spatialdata_io/readers/DBiT.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import pandas as pd
import shapely
import spatialdata as sd
from _constants._constants import DBiTKeys
from spatialdata_io._constants._constants import DBiTKeys
from dask_image.imread import imread
from numpy import ndarray
from spatialdata import SpatialData
Expand Down

0 comments on commit fb55943

Please sign in to comment.