Skip to content

Commit c624110

Browse files
committed
fix import
1 parent 70480ec commit c624110

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dashboard/preferential-optimization-picture/generator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
from optuna_dashboard import register_preference_feedback_component
1111
from optuna_dashboard.preferential import create_study
1212
from optuna_dashboard.preferential.samplers.gp import PreferentialGPSampler
13-
from PIL import Image, ImageEnhance
13+
from PIL import Image
14+
from PIL import ImageEnhance
1415

1516

1617
STORAGE_URL = "sqlite:///db.sqlite3"

0 commit comments

Comments
 (0)