mirror of
https://github.com/django-components/django-components.git
synced 2025-09-24 14:42:29 +00:00
refactor: ruff - underscore unused vars (#1372)
This commit is contained in:
parent
f100cc1836
commit
c5354baf4f
10 changed files with 35 additions and 35 deletions
|
@ -32,7 +32,7 @@ class NoopNode(Node):
|
|||
|
||||
|
||||
def noop(parser: Parser, token: Token):
|
||||
tag, raw_expr = token.split_contents()
|
||||
_tag, raw_expr = token.split_contents()
|
||||
expr = parser.compile_filter(raw_expr)
|
||||
|
||||
return NoopNode(expr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue