Spaces:
Running
Running
Update mew_log/table_utils.py
Browse files- mew_log/table_utils.py +2 -2
mew_log/table_utils.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from tabulate import tabulate
|
2 |
|
3 |
-
from ansi_utils import ansi_color_str
|
4 |
-
from attr_utils import get_class_attributes
|
5 |
|
6 |
|
7 |
def transpose_dict(d):
|
|
|
1 |
from tabulate import tabulate
|
2 |
|
3 |
+
from .ansi_utils import ansi_color_str
|
4 |
+
from .attr_utils import get_class_attributes
|
5 |
|
6 |
|
7 |
def transpose_dict(d):
|