mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove and irrelevant TODO comment
This commit is contained in:
@@ -232,8 +232,6 @@ def substitute_references(tokens: Iterator[Token]) -> Iterable[Token]:
|
|||||||
but with variables resolved.
|
but with variables resolved.
|
||||||
"""
|
"""
|
||||||
variables: dict[str, list[Token]] = defaultdict(list)
|
variables: dict[str, list[Token]] = defaultdict(list)
|
||||||
# TODO: Trim whitespace before inserting into variables dict instead
|
|
||||||
# of on reading from it.
|
|
||||||
while tokens:
|
while tokens:
|
||||||
token = next(tokens, None)
|
token = next(tokens, None)
|
||||||
if token is None:
|
if token is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user