From 657633cece7ad40f2369cd770a73fb6f260d209d Mon Sep 17 00:00:00 2001 From: Luke Wood Date: Wed, 15 Jun 2022 20:20:17 -0700 Subject: [PATCH] Reformat --- keras_cv/bounding_box/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keras_cv/bounding_box/__init__.py b/keras_cv/bounding_box/__init__.py index 42aeafd6c9..aa31ae9dcf 100644 --- a/keras_cv/bounding_box/__init__.py +++ b/keras_cv/bounding_box/__init__.py @@ -14,7 +14,7 @@ from keras_cv.bounding_box.converters import convert_format from keras_cv.bounding_box.formats import CENTER_XYWH +from keras_cv.bounding_box.formats import REL_XYXY from keras_cv.bounding_box.formats import XYWH from keras_cv.bounding_box.formats import XYXY -from keras_cv.bounding_box.formats import REL_XYXY from keras_cv.bounding_box.pad_batch_to_shape import pad_batch_to_shape