michalisG commited on
Commit
3318707
1 Parent(s): 3d33eeb
Files changed (2) hide show
  1. .idea/workspace.xml +0 -2
  2. utils/data_processor.py +0 -1
.idea/workspace.xml CHANGED
@@ -6,8 +6,6 @@
6
  <component name="ChangeListManager">
7
  <list default="true" id="e2eb7b8e-f942-4b21-8057-83c784e0946e" name="Changes" comment="">
8
  <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/utils/data_processor.py" beforeDir="false" afterPath="$PROJECT_DIR$/utils/data_processor.py" afterDir="false" />
11
  </list>
12
  <option name="SHOW_DIALOG" value="false" />
13
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
 
6
  <component name="ChangeListManager">
7
  <list default="true" id="e2eb7b8e-f942-4b21-8057-83c784e0946e" name="Changes" comment="">
8
  <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
 
 
9
  </list>
10
  <option name="SHOW_DIALOG" value="false" />
11
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
utils/data_processor.py CHANGED
@@ -1,6 +1,5 @@
1
  import numpy as np
2
  import pandas as pd
3
-
4
  from utils.data import key_to_display_name_and_value_conversion
5
 
6
 
 
1
  import numpy as np
2
  import pandas as pd
 
3
  from utils.data import key_to_display_name_and_value_conversion
4
 
5