From 0cb2e52a1c8f6f98809a0179f5afbf77ea13c96c Mon Sep 17 00:00:00 2001 From: 0xrohitgarg Date: Thu, 13 Mar 2025 12:25:58 +0530 Subject: [PATCH 1/2] test with minor edit --- videodb/video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videodb/video.py b/videodb/video.py index f72e1a1..590707c 100644 --- a/videodb/video.py +++ b/videodb/video.py @@ -74,7 +74,7 @@ def search( ) -> SearchResult: """Search for a query in the video. - :param str query: Query to search for. + :param str query: query to search for. :param SearchType search_type: (optional) Type of search to perform :class:`SearchType ` object :param IndexType index_type: (optional) Type of index to search :class:`IndexType ` object :param int result_threshold: (optional) Number of results to return From 0b4af882d69cffb3ca684e33ef068ca548723d15 Mon Sep 17 00:00:00 2001 From: 0xrohitgarg Date: Thu, 20 Mar 2025 11:01:49 +0530 Subject: [PATCH 2/2] test with minor edit --- videodb/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videodb/audio.py b/videodb/audio.py index 21c250c..3fa292f 100644 --- a/videodb/audio.py +++ b/videodb/audio.py @@ -9,7 +9,7 @@ class Audio: :ivar str id: Unique identifier for the audio :ivar str collection_id: ID of the collection this audio belongs to :ivar str name: Name of the audio file - :ivar float length: Duration of the audio in seconds + :ivar float length: Duration of the audio in second """ def __init__(