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:
parent
acf5a0c743
commit
da9b3617d6
@ -753,7 +753,6 @@ class AsyncRequestFactory(RequestFactory):
|
||||
"headers": [(b"host", b"testserver")],
|
||||
}
|
||||
if self.defaults:
|
||||
|
||||
extra = {**self.defaults, **extra}
|
||||
if data:
|
||||
s["headers"].extend(
|
||||
|
Loading…
Reference in New Issue
Block a user