Skip to content
Snippets Groups Projects
Commit 503f4240 authored by Tomáš Kořistka's avatar Tomáš Kořistka
Browse files

Fix broken dependencies caused by project structure change

parent 836adb12
Branches master
No related tags found
No related merge requests found
File moved
......@@ -7,12 +7,12 @@ import uuid
 
import pandas as pd
 
from colour import Colour
from reflex.colour import Colour
from reflex.component.vote_buttons import create_vote_buttons
from config import COLOUR_TEXT_FIELD_HEIGHT, FONT_SIZE, FONT_FAMILY, MASTER_CSV_PATH, WINDOWS_HEIGHT, TEST_SIZE, \
from reflex.config import COLOUR_TEXT_FIELD_HEIGHT, FONT_SIZE, FONT_FAMILY, MASTER_CSV_PATH, WINDOWS_HEIGHT, TEST_SIZE, \
IGNORE_FIRST, OUTPUT_DIRECTORY
from event import Event
from util import read_csv, get_width_to_fit_all
from reflex.event import Event
from reflex.util import read_csv, get_width_to_fit_all
 
USER_ID = uuid.uuid4()
 
......
......@@ -3,7 +3,7 @@ import os
 
import pandas as pd
 
from colour import Colour
from reflex.colour import Colour
 
 
def read_csv(path: str) -> pd.DataFrame:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment