Skip to content

Commit

Permalink
Update sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
Furkan-rgb authored Nov 3, 2024
1 parent 1fe9572 commit c7ad128
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions optuna_integration/keras/keras.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
import warnings

import optuna

from optuna_integration._imports import try_import


with try_import() as _imports:
from keras.callbacks import Callback

Expand Down

0 comments on commit c7ad128

Please sign in to comment.