fix too long string

This commit is contained in:
SkalskiP 2024-04-12 16:17:29 +02:00
parent 2c62f0b26d
commit dfd9fc8e6d
1 changed files with 3 additions and 2 deletions

View File

@ -46,8 +46,9 @@ class PolygonZone:
):
if frame_resolution_wh is not None:
warnings.warn(
"The `frame_resolution_wh` parameter is no longer required and will be dropped in version "
"supervision-0.24.0. The mask resolution is now calculated automatically based on the polygon coordinates.",
"The `frame_resolution_wh` parameter is no longer required and will be "
"dropped in version supervision-0.24.0. The mask resolution is now "
"calculated automatically based on the polygon coordinates.",
category=SupervisionWarnings,
)