mirror of
https://github.com/django/django.git
synced 2025-10-27 23:56:08 +00:00
Fixed E225 pep8 warnings.
This commit is contained in:
@@ -274,7 +274,7 @@ class PasswordInput(TextInput):
|
||||
|
||||
def render(self, name, value, attrs=None):
|
||||
if not self.render_value:
|
||||
value=None
|
||||
value = None
|
||||
return super(PasswordInput, self).render(name, value, attrs)
|
||||
|
||||
class HiddenInput(Input):
|
||||
|
||||
Reference in New Issue
Block a user