Skip to content

Commit bacaea4

Browse files
committed
Fix unused from os import path
1 parent 80950d9 commit bacaea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/apps/ai_unetr_seg_app/unetr_seg_operator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# limitations under the License.
1111

1212
import logging
13-
from os import makedirs, path
13+
from os import makedirs
1414

1515
from numpy import uint8
1616

0 commit comments

Comments
 (0)