Skip to content

Commit c9dfba2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ca294dd commit c9dfba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiatoolbox/models/dataset/dataset_abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ class WSIPatchDataset(PatchDatasetABC):
361361
362362
"""
363363

364-
def __init__( # skipcq: PY-R1000 # noqa: PLR0913, PLR0915
364+
def __init__( # skipcq: PY-R1000 # noqa: PLR0915
365365
self: WSIPatchDataset,
366366
img_path: str | Path,
367367
mode: str = "wsi",

0 commit comments

Comments
 (0)