Skip to content

Commit 754ca15

Browse files
committed
fix mypy
Signed-off-by: YunLiu <[email protected]>
1 parent 9db212d commit 754ca15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/config/deviceconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def print_debug_info(file: TextIO = sys.stdout) -> None:
262262
print_gpu_info(file)
263263

264264

265-
@deprecated(since=1.4, removed=1.6, msg_suffix="Please use `monai.utils.enums.IgniteInfo` instead.")
265+
@deprecated(since="1.4.0", removed="1.6.0", msg_suffix="Please use `monai.utils.enums.IgniteInfo` instead.")
266266
class IgniteInfo:
267267
"""Deprecated Import of IgniteInfo enum, which was moved to `monai.utils.enums.IgniteInfo`."""
268268

0 commit comments

Comments
 (0)