forked from rDrama/rDrama
1
0
Fork 0

remove unused imports

master
Aevann 2023-05-05 03:23:04 +03:00
parent 00dc7e66de
commit 6eec81c2ec
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from io import BytesIO
from os import path
from shutil import copyfile
from sys import stdout
from urllib.parse import ParseResult, quote, unquote, urlparse, urlunparse
from urllib.parse import ParseResult, urlparse, urlunparse
import gevent
import requests