mgyigit commited on
Commit
2534fa7
·
verified ·
1 Parent(s): 6acb04a

Update src/vis_utils.py

Browse files
Files changed (1) hide show
  1. src/vis_utils.py +1 -1
src/vis_utils.py CHANGED
@@ -13,7 +13,7 @@ script_dir = os.path.dirname(os.path.abspath(__file__))
13
  sys.path.append('..')
14
  sys.path.append('.')
15
 
16
- from ./about import *
17
 
18
  global data_component, filter_component
19
 
 
13
  sys.path.append('..')
14
  sys.path.append('.')
15
 
16
+ from about import *
17
 
18
  global data_component, filter_component
19