Skip to content

Commit 183d877

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2890d5d commit 183d877

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

largestinteriorrectangle/lir_within_polygon.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ def check_for_opencv():
4040

4141
cv = cv2
4242
except Exception:
43-
raise ImportError(
44-
"""
43+
raise ImportError("""
4544
Missing optional dependency 'opencv-python' to compute lir
4645
based on polygon. Use pip or conda to install it.
47-
"""
48-
)
46+
""")

0 commit comments

Comments
 (0)