mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fixed #21287 -- Fixed E123 pep8 warnings
This commit is contained in:
parent
65750b8352
commit
a800036981
71 changed files with 152 additions and 152 deletions
|
|
@ -61,7 +61,7 @@ class FileUploadTests(TestCase):
|
|||
'name': 'Ringo',
|
||||
'file_field1': file1,
|
||||
'file_field2': file2,
|
||||
}
|
||||
}
|
||||
|
||||
for key in list(post_data):
|
||||
try:
|
||||
|
|
@ -112,7 +112,7 @@ class FileUploadTests(TestCase):
|
|||
|
||||
post_data = {
|
||||
'file_unicode': file1,
|
||||
}
|
||||
}
|
||||
|
||||
response = self.client.post('/file_uploads/unicode_name/', post_data)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue