mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
Remove unnecessary assignment of Template.hass from tensorflow (#123695)
This commit is contained in:
@ -261,8 +261,6 @@ class TensorFlowImageProcessor(ImageProcessingEntity):
|
||||
area_config.get(CONF_RIGHT),
|
||||
]
|
||||
|
||||
template.attach(hass, self._file_out)
|
||||
|
||||
self._matches = {}
|
||||
self._total_matches = 0
|
||||
self._last_image = None
|
||||
|
Reference in New Issue
Block a user