Upgrade isort to 5.4.2 (#37939)
This commit is contained in:
parent
1bf2c4d976
commit
6ae9399237
23 changed files with 38 additions and 41 deletions
|
@ -125,8 +125,8 @@ def setup_platform(hass, config, add_entities, discovery_info=None):
|
|||
# (The model_dir is created during the manual setup process. See integration docs.)
|
||||
|
||||
# pylint: disable=import-outside-toplevel
|
||||
from object_detection.utils import config_util, label_map_util
|
||||
from object_detection.builders import model_builder
|
||||
from object_detection.utils import config_util, label_map_util
|
||||
except ImportError:
|
||||
_LOGGER.error(
|
||||
"No TensorFlow Object Detection library found! Install or compile "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue