mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #21268 -- Fixed E303 pep8 warnings
This commit is contained in:
@@ -840,7 +840,6 @@ class BaseInlineFormSet(BaseModelFormSet):
|
||||
return 0
|
||||
return super(BaseInlineFormSet, self).initial_form_count()
|
||||
|
||||
|
||||
def _construct_form(self, i, **kwargs):
|
||||
form = super(BaseInlineFormSet, self)._construct_form(i, **kwargs)
|
||||
if self.save_as_new:
|
||||
|
||||
Reference in New Issue
Block a user