Fix typo in TrackTemplateResultInfo (#99276)

This commit is contained in:
Erik Montnemery 2023-08-29 15:54:38 +02:00 committed by GitHub
parent 9476ade34a
commit 691bbedfc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -964,7 +964,7 @@ class TrackTemplateResultInfo:
self._update_time_listeners() self._update_time_listeners()
_LOGGER.debug( _LOGGER.debug(
( (
"Template group %s listens for %s, first render blocker by super" "Template group %s listens for %s, first render blocked by super"
" template: %s" " template: %s"
), ),
self._track_templates, self._track_templates,