File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727
2828from tiatoolbox import cli , utils
2929from tiatoolbox .annotation import SQLiteStore
30- from tiatoolbox .utils import imread , tiff_fsspec
30+ from tiatoolbox .utils import imread , tiff_to_fsspec
3131from tiatoolbox .utils .exceptions import FileNotSupportedError
3232from tiatoolbox .utils .magic import is_sqlite3
3333from tiatoolbox .utils .transforms import imresize , locsize2bounds
@@ -2830,7 +2830,7 @@ def test_generate_fsspec_json_file_and_validate(
28302830 json_file_path = str (tmp_path / "fsspec.json" )
28312831 final_url = "https://example.com/some_id"
28322832
2833- tiff_fsspec .main (svs_file_path , json_file_path , final_url )
2833+ tiff_to_fsspec .main (svs_file_path , json_file_path , final_url )
28342834
28352835 assert Path (json_file_path ).exists (), "Output JSON file was not created."
28362836
You can’t perform that action at this time.
0 commit comments