Skip to content

Commit e0b3c02

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

monai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def filter(self, record):
4444
"pkg_resources",
4545
"Implicitly cleaning up",
4646
# TODO: added temporarily for PyTorch 2.14, remove when factoring out deprecated Torchscript components
47-
"torch.jit.interface"
47+
"torch.jit.interface"
4848
]
4949
for message in message_bodies_to_ignore:
5050
if message in record.getMessage():

0 commit comments

Comments
 (0)