Skip to content

Commit 1fbd931

Browse files
committed
Fix lint
1 parent 446f1dd commit 1fbd931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/engine/training.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
from keras.engine import data_adapter
3535
from keras.engine import functional
3636
from keras.engine import input_layer as input_layer_module
37-
from keras.layers.activation import Softmax as SoftmaxLayer
3837
from keras.engine import training_utils
38+
from keras.layers.activation import Softmax as SoftmaxLayer
3939
from keras.metrics import base_metric
4040
from keras.mixed_precision import loss_scale_optimizer as lso
4141
from keras.optimizers import optimizer

0 commit comments

Comments
 (0)