Skip to content
This repository was archived by the owner on Nov 22, 2019. It is now read-only.

Commit fbc1c6c

Browse files
author
mfe
committed
Fix web app import
1 parent 0007c8c commit fbc1c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_app/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import os
1111
import ntpath
1212
import traceback
13-
import plot_that_lut
13+
from plotThatLut import plot_that_lut
1414
from utils import matplotlib_helper as mplh
1515

1616
mplh.WEB_MODE = True

0 commit comments

Comments
 (0)