about summary refs log tree commit diff
path: root/src/request.py
diff options
context:
space:
mode:
authorUltraQbik <no1skill@yandex.ru>2024-08-23 21:27:04 +0300
committerUltraQbik <no1skill@yandex.ru>2024-08-23 21:27:04 +0300
commitfd8c46cac1c914851613cac425d2afe68d360d9d (patch)
tree47346be37cc68fc18aa8e5603eef58a48d9b2e04 /src/request.py
parent45d6af4831ce0cc99ad80b181c4aa4230c9b6bf5 (diff)
downloadhttpy-fd8c46cac1c914851613cac425d2afe68d360d9d.tar.gz
httpy-fd8c46cac1c914851613cac425d2afe68d360d9d.zip
Remove some things
Diffstat (limited to 'src/request.py')
-rw-r--r--src/request.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/request.py b/src/request.py
index 79c545a..003783a 100644
--- a/src/request.py
+++ b/src/request.py
@@ -1,5 +1,3 @@
-import gzip
-import brotli
 from typing import Any
 from ssl import SSLSocket
 from src.status_code import StatusCode