mirror of
https://github.com/django/django.git
synced 2025-07-25 14:14:13 +00:00
Fixed #21298 -- Fixed E301 pep8 warnings
This commit is contained in:
parent
317040a73b
commit
c3aa2948c6
83 changed files with 180 additions and 2 deletions
|
@ -406,6 +406,7 @@ class Textarea(Widget):
|
|||
|
||||
class DateTimeBaseInput(TextInput):
|
||||
format_key = ''
|
||||
|
||||
def __init__(self, attrs=None, format=None):
|
||||
super(DateTimeBaseInput, self).__init__(attrs)
|
||||
self.format = format if format else None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue