Skip to content

Commit 1e281a6

Browse files
committed
Autofix
1 parent 8ecdd16 commit 1e281a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
from __future__ import annotations
1313

1414
import argparse
15-
from pathlib import Path
1615
import inspect
1716
import os
1817
import re
1918
import sys
2019
import time
2120
import unittest
21+
from pathlib import Path
2222

2323
from monai.utils import PerfContext
2424

0 commit comments

Comments
 (0)