Skip to content

Commit a50b5bf

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/sync/playlists.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 Playlist
5+
from youtubesearchpython.future import Playlist
66

77

88
def pretty_print(data, fn_name, elapsed):
@@ -77,3 +77,4 @@ async def main():
7777

7878

7979
asyncio.run(main())
80+

0 commit comments

Comments
 (0)