Skip to content

Commit

Permalink
fix format back to original style
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgoogle committed Jan 21, 2025
1 parent d1cebdf commit 5eb4743
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions keras_hub/src/models/mobilenet/mobilenet_image_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
from keras_hub.src.api_export import keras_hub_export
from keras_hub.src.models.image_classifier import ImageClassifier
from keras_hub.src.models.mobilenet.mobilenet_backbone import MobileNetBackbone
from keras_hub.src.models.mobilenet.mobilenet_image_classifier_preprocessor \
import MobileNetImageClassifierPreprocessor
from keras_hub.src.models.mobilenet.mobilenet_image_classifier_preprocessor import (
MobileNetImageClassifierPreprocessor,
)


@keras_hub_export("keras_hub.models.MobileNetImageClassifier")
Expand Down

0 comments on commit 5eb4743

Please sign in to comment.