Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
pre-commit-ci[bot] committed Dec 3, 2024
1 parent 8d94094 commit 9237368
Showing 2 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions tiatoolbox/models/__init__.py
Original file line number Diff line number Diff line change
@@ -23,27 +23,27 @@
from .engine.semantic_segmentor import DeepFeatureExtractor, SemanticSegmentor

__all__ = [
"architecture",
"dataset",
"engine",
"models_abc",
"SCCNN",
"DeepFeatureExtractor",
"HoVerNet",
"HoVerNetPlus",
"IDaRS",
"IOInstanceSegmentorConfig",
"IOPatchPredictorConfig",
"IOSegmentorConfig",
"MapDe",
"MicroNet",
"ModelIOConfigABC",
"MultiTaskSegmentor",
"NuClick",
"NucleusInstanceSegmentor",
"PatchDataset",
"PatchPredictor",
"SemanticSegmentor",
"IOPatchPredictorConfig",
"IOSegmentorConfig",
"IOInstanceSegmentorConfig",
"ModelIOConfigABC",
"DeepFeatureExtractor",
"WSIStreamDataset",
"WSIPatchDataset",
"PatchDataset",
"WSIStreamDataset",
"architecture",
"dataset",
"engine",
"models_abc",
]
8 changes: 4 additions & 4 deletions tiatoolbox/models/dataset/__init__.py
Original file line number Diff line number Diff line change
@@ -11,11 +11,11 @@
from .info import DatasetInfoABC, KatherPatchDataset

__all__ = [
"predefined_preproc_func",
"DatasetInfoABC",
"KatherPatchDataset",
"PatchDataset",
"PatchDatasetABC",
"WSIPatchDataset",
"PatchDataset",
"WSIStreamDataset",
"DatasetInfoABC",
"KatherPatchDataset",
"predefined_preproc_func",
]

0 comments on commit 9237368

Please sign in to comment.