Skip to content

Commit e94a0e9

Browse files
authored
Update playlists.py
Signed-off-by: Prakhar Shukla <SmokenX1@gmail.com>
1 parent 0f3d59d commit e94a0e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/async/playlists.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

66
def pretty_print(data, fn_name, elapsed):
77
print(json.dumps(data, indent=2, ensure_ascii=False))
@@ -48,3 +48,4 @@ async def main():
4848
pretty_print(playlist, fn, t)
4949

5050
asyncio.run(main())
51+

0 commit comments

Comments
 (0)