Skip to content

Commit e0f90f9

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tiatoolbox/models/engine/engine_abc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def infer_patches(
650650

651651
return raw_predictions
652652

653-
def post_process_patches( # noqa: ARG002
653+
def post_process_patches(
654654
self: EngineABC,
655655
raw_predictions: dict | Path,
656656
prediction_shape: tuple[int, ...],
@@ -796,7 +796,7 @@ def infer_wsi(
796796
)
797797

798798
# This is not a static model for child classes.
799-
def post_process_wsi( # skipcq: PYL-R0201 # noqa: ARG002
799+
def post_process_wsi( # skipcq: PYL-R0201
800800
self: EngineABC,
801801
raw_predictions: dict | Path,
802802
prediction_shape: tuple[int, ...],

0 commit comments

Comments
 (0)