Skip to content

Commit 52c772d

Browse files
fix(pre_commit): 🎨 auto format pre-commit hooks
1 parent 5af13c0 commit 52c772d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎supervision/detection/core.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ def from_lmm(cls, lmm: LMM | str, result: str | dict, **kwargs: Any) -> Detectio
951951
detections.class_id
952952
# array([0, 1])
953953
```
954-
954+
955955
!!! example "Qwen3-VL"
956956
957957
```python
@@ -1359,7 +1359,7 @@ def from_vlm(cls, vlm: VLM | str, result: str | dict, **kwargs: Any) -> Detectio
13591359
detections.class_id
13601360
# array([0, 1])
13611361
```
1362-
1362+
13631363
!!! example "Qwen3-VL"
13641364
13651365
```python

0 commit comments

Comments
 (0)