Commit 7e3f7033 authored by Matthew Wright's avatar Matthew Wright
Browse files

remove unused requests and json

parent 991e8352
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
All the Service implementations live here.
"""

import random, time, urllib.parse, aiohttp, asyncio, requests, json
import random, time, urllib.parse, aiohttp, asyncio
from switch import Switch
from .types import YouTubeService, T, methods