Spaces:
Running
Running
Update mew_log/profile_utils.py
Browse files- mew_log/profile_utils.py +4 -4
mew_log/profile_utils.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
import time
|
2 |
|
3 |
-
from ansi_utils import ansi_color_str
|
4 |
-
from attr_utils import get_prev_caller_info
|
5 |
-
from log_utils import log_info, LogSpinner
|
6 |
-
from table_utils import format_table
|
7 |
|
8 |
|
9 |
time_color = ''
|
|
|
1 |
import time
|
2 |
|
3 |
+
from .ansi_utils import ansi_color_str
|
4 |
+
from .attr_utils import get_prev_caller_info
|
5 |
+
from .log_utils import log_info, LogSpinner
|
6 |
+
from .table_utils import format_table
|
7 |
|
8 |
|
9 |
time_color = ''
|