Skip to content

Commit 657633c

Browse files
committed
Reformat
1 parent a6b9266 commit 657633c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_cv/bounding_box/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from keras_cv.bounding_box.converters import convert_format
1616
from keras_cv.bounding_box.formats import CENTER_XYWH
17+
from keras_cv.bounding_box.formats import REL_XYXY
1718
from keras_cv.bounding_box.formats import XYWH
1819
from keras_cv.bounding_box.formats import XYXY
19-
from keras_cv.bounding_box.formats import REL_XYXY
2020
from keras_cv.bounding_box.pad_batch_to_shape import pad_batch_to_shape

0 commit comments

Comments
 (0)