Skip to content

Commit

Permalink
ZO-6156: Remove superfluous use_default, the default is None anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
wosc committed Nov 14, 2024
1 parent 0be488d commit 2dfac98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/zeit/content/article/edit/liveblog.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class Liveblog(zeit.content.article.edit.block.Block):
'.',
'timeline_template',
zeit.content.article.edit.interfaces.ILiveblog['timeline_template'],
use_default=True,
)

LIVEBLOG_VERSION_UPDATE = pendulum.datetime(2018, 8, 6)
Expand Down

0 comments on commit 2dfac98

Please sign in to comment.