⚰️ remove unused code
This commit is contained in:
parent
98e1ecdf13
commit
e2ebdd45ba
1 changed files with 0 additions and 7 deletions
|
@ -62,13 +62,6 @@ class Request:
|
|||
)
|
||||
self.GET.update(parse_qs(self.content))
|
||||
|
||||
for group in (self.GET, self.POST):
|
||||
for key, value in group.items():
|
||||
if len(value) == 1 and (
|
||||
isinstance(value, list) or isinstance(value, tuple)
|
||||
):
|
||||
group[key] = value[0]
|
||||
|
||||
def populate_headers(self) -> None:
|
||||
data = self.headers
|
||||
data |= {
|
||||
|
|
Loading…
Add table
Reference in a new issue