Skip to content

Commit 8d71279

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/async/extras.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
Video,
77
StreamURLFetcher,
88
Suggestions,
@@ -174,3 +174,4 @@ async def main():
174174

175175

176176
asyncio.run(main())
177+

0 commit comments

Comments
 (0)