Make parse_bits call backwards compatible.

This commit is contained in:
Emil Stenström 2020-06-06 09:36:21 +02:00
parent 9811a88904
commit 24369fce80

View file

@ -113,8 +113,6 @@ def do_component(parser, token):
varargs=None,
varkw=[],
defaults=None,
kwonly=[],
kwonly_defaults=None,
takes_context=False,
name="component_block"
)