fix too long string
This commit is contained in:
parent
2c62f0b26d
commit
dfd9fc8e6d
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue