Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Milk committed Sep 5, 2024
1 parent 0c96ffa commit 2f49427
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/wsi_data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .data import WSIData, TileSpec
from .io import open_wsi, agg_wsi, Downloader
from .io import open_wsi, agg_wsi
1 change: 0 additions & 1 deletion src/wsi_data/io/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from ._open_wsi import open_wsi, agg_wsi
from ._download import Downloader

0 comments on commit 2f49427

Please sign in to comment.