Skip to content

Commit c9a2872

Browse files
committed
checker complaints.
Signed-off-by: mmelqin <[email protected]>
1 parent 04c0e9d commit c9a2872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/deploy/operators/dicom_series_selector_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import numbers
1414
import re
1515
from json import loads as json_loads
16-
from typing import Any, Dict, List, Text
16+
from typing import Dict, List, Text
1717

1818
import monai.deploy.core as md
1919
from monai.deploy.core import ExecutionContext, InputContext, IOType, Operator, OutputContext

0 commit comments

Comments
 (0)