Skip to content

Commit 44aa2a8

Browse files
authored
rm imports
Signed-off-by: Prakhar Shukla <SmokenX1@gmail.com>
1 parent a50b5bf commit 44aa2a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/sync/search.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import json
33
import time
44

5-
from youtubesearchpython.__future__ import (
5+
from youtubesearchpython.future import (
66
Search,
77
VideosSearch,
88
ChannelsSearch,
@@ -110,3 +110,4 @@ async def main():
110110

111111

112112
asyncio.run(main())
113+

0 commit comments

Comments
 (0)