Skip to content

Commit d96607b

Browse files
authored
Merge pull request #10 from hippolyteblot/fixe-lcmodeldata
fix import
2 parents 039a731 + ddde119 commit d96607b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/models/visualize_experiment_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import pandas as pd
66

7-
from settings import CACHE_FOLDER
7+
from utils.settings import CACHE_FOLDER
88

99

1010
def read_file(filename):

src/views/visualize_experiment_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import plotly.express as px
1212

1313
from models.visualize_experiment_template import read_file
14-
from settings import CACHE_FOLDER
14+
from utils.settings import CACHE_FOLDER
1515

1616

1717
def layout():

0 commit comments

Comments
 (0)