Skip to content

Commit 560f56b

Browse files
Fix formatting of docstring in test_usage_code
Signed-off-by: Muhammad Rizwan Munawar <muhammadrizwanmunawar123@gmail.com>
1 parent 3d26126 commit 560f56b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def download_test_videos():
4747

4848

4949
def test_usage_code(download_test_videos):
50-
"""Test the usage of Streamgrid."
50+
"""Test the usage of Streamgrid."""
5151
# Video paths
5252
paths = ["Video1.mp4", "Video2.mp4"]
5353
model = YOLO("yolo11n.pt")

0 commit comments

Comments
 (0)