Skip to content

Commit 3d72cf6

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/sync/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,
@@ -150,3 +150,4 @@ def fetch_comments():
150150

151151

152152
asyncio.run(main())
153+

0 commit comments

Comments
 (0)