mew77 commited on
Commit
88f24c6
·
verified ·
1 Parent(s): 100d5c1

Update mew_log/table_utils.py

Browse files
Files changed (1) hide show
  1. 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):