1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00

Fixed intendation (reverse) #35414

This commit is contained in:
YashRaj1506 2024-12-13 00:06:49 +05:30
parent acf5a0c743
commit da9b3617d6

View File

@ -753,7 +753,6 @@ class AsyncRequestFactory(RequestFactory):
"headers": [(b"host", b"testserver")],
}
if self.defaults:
extra = {**self.defaults, **extra}
if data:
s["headers"].extend(