Skip to content

Commit 3a4465c

Browse files
Saumya Saksenadronefreak
authored andcommitted
fix: CI errors for ruff
Signed-off-by: dronefreak <kumaar324@gmail.com>
1 parent db6757c commit 3a4465c

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/inference.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- Test-Time Augmentation (TTA)
99
- Soft-NMS post-processing
1010
"""
11+
1112
from __future__ import annotations
1213

1314
from __future__ import annotations

scripts/webcam_demo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
33
Press 'q' to quit, 's' to save a frame.
44
"""
5+
56
from __future__ import annotations
67

78
from __future__ import annotations

visdrone_toolkit/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
44
Includes model factory, collate functions, and other helper utilities.
55
"""
6+
67
from __future__ import annotations
78

89
from __future__ import annotations

visdrone_toolkit/visualization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
44
Provides functions to visualize ground truth annotations and model predictions.
55
"""
6+
67
from __future__ import annotations
78

89
from __future__ import annotations

0 commit comments

Comments
 (0)