mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
Bump pyupgrade to 2.12.0 (#48943)
This commit is contained in:
@ -218,7 +218,7 @@ class TensorFlowImageProcessor(ImageProcessingEntity):
|
||||
if name:
|
||||
self._name = name
|
||||
else:
|
||||
self._name = "TensorFlow {}".format(split_entity_id(camera_entity)[1])
|
||||
self._name = f"TensorFlow {split_entity_id(camera_entity)[1]}"
|
||||
self._category_index = category_index
|
||||
self._min_confidence = config.get(CONF_CONFIDENCE)
|
||||
self._file_out = config.get(CONF_FILE_OUT)
|
||||
|
Reference in New Issue
Block a user