diff --git a/supervision/annotators/utils.py b/supervision/annotators/utils.py index bada2a30..74d25a65 100644 --- a/supervision/annotators/utils.py +++ b/supervision/annotators/utils.py @@ -7,7 +7,6 @@ from supervision.detection.core import Detections from supervision.draw.color import Color, ColorPalette from supervision.geometry.core import Position - PENDING_TRACK_COLOR = Color.GREY PENDING_TRACK_ID = -1