Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 11, 2023
1 parent 61bb636 commit a0e5764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ultralytics/solutions/counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
import cv2

from ultralytics.utils.checks import check_requirements
check_requirements("shapely>=2.0.0")

check_requirements('shapely>=2.0.0')
from shapely.geometry import Polygon
from shapely.geometry.point import Point

Expand Down

0 comments on commit a0e5764

Please sign in to comment.