Skip to content

Commit

Permalink
code reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
divyashreepathihalli committed Nov 15, 2023
1 parent 8da05b4 commit 17d423c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions keras_cv/layers/preprocessing/aug_mix.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

import tensorflow as tf

from keras_cv import layers
from keras_cv.api_export import keras_cv_export
from keras_cv.backend import random
Expand Down
5 changes: 3 additions & 2 deletions keras_cv/layers/preprocessing/channel_shuffle.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
# limitations under the License.

import tensorflow as tf

from keras_cv.api_export import keras_cv_export
from keras_cv.backend import random
from keras_cv.layers.preprocessing.vectorized_base_image_augmentation_layer import (
from keras_cv.layers.preprocessing.vectorized_base_image_augmentation_layer import ( # noqa: E501
VectorizedBaseImageAugmentationLayer,
) # noqa: E501
)


@keras_cv_export("keras_cv.layers.ChannelShuffle")
Expand Down
1 change: 1 addition & 0 deletions keras_cv/layers/preprocessing/cut_mix.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

import tensorflow as tf

from keras_cv.api_export import keras_cv_export
from keras_cv.layers.preprocessing.base_image_augmentation_layer import (
BaseImageAugmentationLayer,
Expand Down
1 change: 1 addition & 0 deletions keras_cv/layers/preprocessing/fourier_mix.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# limitations under the License.

import tensorflow as tf

from keras_cv.api_export import keras_cv_export
from keras_cv.backend import random
from keras_cv.layers.preprocessing.base_image_augmentation_layer import (
Expand Down

0 comments on commit 17d423c

Please sign in to comment.