Skip to content

Commit 38c7010

Browse files
authored
Update search.py
Signed-off-by: Prakhar Shukla <SmokenX1@gmail.com>
1 parent 8d71279 commit 38c7010

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/async/search.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import asyncio
22
import json
33
import time
4-
from youtubesearchpython.__future__ import (
4+
from youtubesearchpython.future import (
55
Search,
66
VideosSearch,
77
ChannelsSearch,
@@ -60,3 +60,4 @@ async def main():
6060
print("-" * 60)
6161

6262
asyncio.run(main())
63+

0 commit comments

Comments
 (0)