1
0
Fork 0
Closes #3472
This commit is contained in:
pukkandan 2022-04-19 02:57:20 +05:30
commit 1e9969f4f5
No known key found for this signature in database
GPG key ID: 7EEE9E1E817D0A39
4 changed files with 7 additions and 9 deletions

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python3
import asyncio
import atexit
import base64
import binascii
@ -41,6 +40,7 @@ import xml.etree.ElementTree
import zlib
from .compat import (
asyncio,
compat_brotli,
compat_chr,
compat_cookiejar,