Skip to content

Commit

Permalink
Added spaces to satisfy black
Browse files Browse the repository at this point in the history
  • Loading branch information
John Haiducek committed Jun 19, 2020
1 parent 6e0fa23 commit 5f807ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deform/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ class DateTimeInputWidget(Widget):
template = "datetimeinput"
readonly_template = "readonly/datetimeinput"
type_name = "datetime"
requirements = (("modernizr",None),("pickadate", None),)
requirements = (("modernizr", None), ("pickadate", None))
default_date_options = (
("format", "yyyy-mm-dd"),
("selectMonths", True),
Expand Down

0 comments on commit 5f807ef

Please sign in to comment.