Skip to content

Commit 5ab2fa0

Browse files
committed
FIX: import os - mistakenly dropped
1 parent be2d8c5 commit 5ab2fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/utils/profiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"""
55
Utilities to keep track of performance
66
"""
7+
import os
78
import threading
89
from time import time
910
try:

0 commit comments

Comments
 (0)