Skip to content

Conversation

DanielNoord
Copy link
Collaborator

@DanielNoord DanielNoord commented Dec 23, 2024

Try pylint-dev/astroid#2665 and see if it works.

It seemingly does?

I have removed one test that was added in 255562a. I don't really see why it is needed (it clearly isn't a move, but a new test...). With the change for collections.abc it should now be _collections_abc. Anyway, xml.etree. seems to do the same?

@DanielNoord DanielNoord added the Skip news 🔇 This change does not require a changelog entry label Dec 23, 2024
@DanielNoord
Copy link
Collaborator Author

@jacobtylerwalls Can you test pylint-dev/astroid#2665? At least the stdlib primer doesn't crash this time :)

Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.80%. Comparing base (9955701) to head (dd0fd9c).
Report is 173 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #10152      +/-   ##
==========================================
- Coverage   95.81%   95.80%   -0.01%     
==========================================
  Files         174      174              
  Lines       18950    18976      +26     
==========================================
+ Hits        18156    18180      +24     
- Misses        794      796       +2     

see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

This comment has been minimized.

@DanielNoord
Copy link
Collaborator Author

@jacobtylerwalls Primer seems very positive? Or am I misreading it?

I'll clear the Action caches and rerun everything, but I'm hopeful my last changes actually work.

@DanielNoord DanielNoord changed the title WIP try new branch for astroid Try new branch of astroid to see if change works Dec 23, 2024
Copy link
Contributor

🤖 Effect of this PR on checked open source code: 🤖

Effect on astroid:
The following messages are no longer emitted:

  1. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/typing.py#L7
  2. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/helpers.py#L10
  3. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/bases.py#L11
  4. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/bases.py#L12
  5. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/context.py#L11
  6. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/manager.py#L16
  7. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/transforms.py#L9
  8. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/objects.py#L16
  9. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/test_utils.py#L13
  10. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/inference_tip.py#L10
  11. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/exceptions.py#L9
  12. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/protocols.py#L14
  13. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/modutils.py#L30
  14. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/raw_building.py#L19
  15. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/rebuilder.py#L14
  16. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/constraint.py#L10
  17. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/builder.py#L19
  18. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/decorators.py#L13
  19. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/nodes/node_classes.py#L16
  20. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/nodes/node_ng.py#L10
  21. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/nodes/_base_nodes.py#L13
  22. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/nodes/as_string.py#L10
  23. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/nodes/scoped_nodes/scoped_nodes.py#L17
  24. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/brain/helpers.py#L7
  25. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/brain/brain_pathlib.py#L7
  26. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/brain/brain_namedtuple_enum.py#L11
  27. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/brain/brain_dataclasses.py#L17
  28. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/brain/brain_builtin_inference.py#L10
  29. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/brain/brain_typing.py#L11
  30. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/brain/brain_functools.py#L9
  31. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/interpreter/objectmodel.py#L30
  32. import-error:
    Unable to import 'collections.abc'
    https://github.com/pylint-dev/astroid/blob/b5bb7717c4d6d8f13fcb547f439b54aed67d3465/astroid/interpreter/_import/spec.py#L18

Effect on home-assistant:
The following messages are now emitted:

  1. abstract-method:
    Method 'is_matching' is abstract in class 'ConfigFlow' but is not overridden in child class 'RPiPowerFlow'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rpi_power/config_flow.py#L23
  2. invalid-name:
    Class name "TRIGGER_CALLBACK_TYPE" doesn't conform to PascalCase naming style
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/conversation/default_agent.py#L72
  3. abstract-method:
    Method 'is_matching' is abstract in class 'ConfigFlow' but is not overridden in child class 'SonosDiscoveryFlowHandler'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/sonos/config_flow.py#L20
  4. abstract-method:
    Method 'is_matching' is abstract in class 'ConfigFlow' but is not overridden in child class 'DsmrReaderFlowHandler'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/dsmr_reader/config_flow.py#L20

The following messages are no longer emitted:

  1. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/core_config.py#L6
  2. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/setup.py#L7
  3. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/config_entries.py#L7
  4. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/block_async_io.py#L4
  5. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/data_entry_flow.py#L8
  6. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/backup_restore.py#L5
  7. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/exceptions.py#L5
  8. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/core.py#L11
  9. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/requirements.py#L6
  10. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/loader.py#L10
  11. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/config.py#L7
  12. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/scripts/__init__.py#L7
  13. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/scripts/auth.py#L5
  14. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/scripts/check_config.py#L8
  15. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/scripts/benchmark/__init__.py#L7
  16. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/osoenergy/binary_sensor.py#L3
  17. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/osoenergy/sensor.py#L3
  18. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/osoenergy/config_flow.py#L3
  19. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/balboa/binary_sensor.py#L5
  20. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/iaqualink/utils.py#L5
  21. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/iaqualink/__init__.py#L5
  22. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/here_travel_time/sensor.py#L5
  23. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/here_travel_time/config_flow.py#L5
  24. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/configurator/__init__.py#L11
  25. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/amcrest/__init__.py#L6
  26. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/amcrest/camera.py#L6
  27. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/ohme/entity.py#L3
  28. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/ohme/sensor.py#L5
  29. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/ohme/config_flow.py#L3
  30. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/ohme/button.py#L5
  31. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/solarlog/coordinator.py#L5
  32. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/solarlog/sensor.py#L5
  33. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/solarlog/config_flow.py#L3
  34. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/iqvia/__init__.py#L6
  35. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/ping/sensor.py#L3
  36. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/ipp/sensor.py#L5
  37. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/screenlogic/entity.py#L3
  38. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/screenlogic/sensor.py#L3
  39. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/asuswrt/bridge.py#L7
  40. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/asuswrt/router.py#L5
  41. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/wyoming/stt.py#L3
  42. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/wyoming/wake_word.py#L4
  43. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/wyoming/assist_satellite.py#L6
  44. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/wyoming/devices.py#L5
  45. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/fitbit/model.py#L3
  46. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/fitbit/api.py#L4
  47. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/fitbit/sensor.py#L5
  48. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/fitbit/config_flow.py#L3
  49. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/random/binary_sensor.py#L5
  50. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/random/sensor.py#L5
  51. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/random/config_flow.py#L3
  52. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/bluetooth/manager.py#L5
  53. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/bluetooth/active_update_coordinator.py#L8
  54. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/bluetooth/active_update_processor.py#L8
  55. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/bluetooth/api.py#L10
  56. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/bluetooth/models.py#L5
  57. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/remote/reproduce_state.py#L6
  58. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/remote/__init__.py#L5
  59. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/hydrawise/binary_sensor.py#L5
  60. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/hydrawise/switch.py#L5
  61. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/hydrawise/sensor.py#L5
  62. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/hydrawise/config_flow.py#L5
  63. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/electric_kiwi/sensor.py#L5
  64. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/electric_kiwi/config_flow.py#L5
  65. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/group/reproduce_state.py#L5
  66. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/group/media_player.py#L5
  67. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/group/util.py#L5
  68. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/group/__init__.py#L6
  69. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/group/entity.py#L6
  70. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/group/sensor.py#L5
  71. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/group/config_flow.py#L5
  72. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/group/notify.py#L6
  73. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/steamist/sensor.py#L5
  74. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/airzone/select.py#L5
  75. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/forked_daapd/browse_media.py#L5
  76. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/person/__init__.py#L5
  77. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/sharkiq/config_flow.py#L6
  78. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/sharkiq/vacuum.py#L5
  79. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/israel_rail/sensor.py#L5
  80. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/insteon/utils.py#L6
  81. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/insteon/ipdb.py#L3
  82. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/plugwise/binary_sensor.py#L5
  83. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/plugwise/util.py#L3
  84. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/airzone_cloud/diagnostics.py#L5
  85. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/airzone_cloud/select.py#L5
  86. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/wemo/__init__.py#L5
  87. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/wemo/entity.py#L5
  88. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/wemo/models.py#L5
  89. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/wemo/sensor.py#L5
  90. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/assist_pipeline/vad.py#L5
  91. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/assist_pipeline/logbook.py#L5
  92. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/assist_pipeline/pipeline.py#L8
  93. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/assist_pipeline/websocket_api.py#L8
  94. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/assist_pipeline/__init__.py#L5
  95. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/assist_pipeline/select.py#L5
  96. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/evohome/coordinator.py#L5
  97. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rituals_perfume_genie/binary_sensor.py#L5
  98. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rituals_perfume_genie/switch.py#L5
  99. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rituals_perfume_genie/number.py#L5
  100. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rituals_perfume_genie/select.py#L5
  101. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rituals_perfume_genie/sensor.py#L5
  102. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/demo/stt.py#L5
  103. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/demo/remote.py#L5
  104. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/broadlink/config_flow.py#L3
  105. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/broadlink/remote.py#L6
  106. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/discord/config_flow.py#L5
  107. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/tautulli/sensor.py#L5
  108. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/tautulli/config_flow.py#L5
  109. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/purpleair/entity.py#L5
  110. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/purpleair/sensor.py#L5
  111. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/purpleair/config_flow.py#L6
  112. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/samsungtv/bridge.py#L8
  113. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/samsungtv/media_player.py#L6
  114. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/samsungtv/coordinator.py#L5
  115. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/samsungtv/__init__.py#L5
  116. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/samsungtv/config_flow.py#L5
  117. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/samsungtv/remote.py#L5
  118. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/deconz/logbook.py#L5
  119. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/deconz/binary_sensor.py#L5
  120. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/deconz/number.py#L5
  121. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/deconz/sensor.py#L5
  122. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/deconz/config_flow.py#L6
  123. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/deconz/hub/hub.py#L5
  124. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/lifx/manager.py#L6
  125. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/lifx/discovery.py#L6
  126. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/lifx/coordinator.py#L6
  127. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/lifx/util.py#L6
  128. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/lifx/__init__.py#L6
  129. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/cloudflare/config_flow.py#L5
  130. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/cover/reproduce_state.py#L6
  131. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/cover/__init__.py#L5
  132. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/twitch/config_flow.py#L5
  133. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/starlink/time.py#L5
  134. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/starlink/binary_sensor.py#L5
  135. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/starlink/switch.py#L5
  136. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/starlink/device_tracker.py#L3
  137. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/starlink/sensor.py#L5
  138. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/starlink/button.py#L5
  139. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/watttime/sensor.py#L5
  140. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/watttime/config_flow.py#L5
  141. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/private_ble_device/coordinator.py#L5
  142. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/private_ble_device/device_tracker.py#L5
  143. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/private_ble_device/sensor.py#L5
  144. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/homewizard/helpers.py#L5
  145. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/homewizard/switch.py#L5
  146. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/homewizard/sensor.py#L5
  147. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/homewizard/config_flow.py#L5
  148. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/denonavr/receiver.py#L5
  149. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/denonavr/media_player.py#L5
  150. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/command_line/__init__.py#L6
  151. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/command_line/sensor.py#L6
  152. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/gree/switch.py#L5
  153. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/bsblan/sensor.py#L5
  154. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/ituran/sensor.py#L5
  155. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/ituran/config_flow.py#L5
  156. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/plex/helpers.py#L5
  157. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/plex/media_player.py#L5
  158. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/plex/config_flow.py#L5
  159. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rainmachine/switch.py#L6
  160. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rainmachine/coordinator.py#L5
  161. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rainmachine/util.py#L5
  162. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rainmachine/__init__.py#L5
  163. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rainmachine/button.py#L5
  164. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/intellifire/binary_sensor.py#L5
  165. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/intellifire/switch.py#L5
  166. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/intellifire/light.py#L5
  167. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/intellifire/sensor.py#L5
  168. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/intellifire/config_flow.py#L5
  169. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/intellifire/fan.py#L5
  170. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/geo_json_events/manager.py#L5
  171. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/geo_json_events/config_flow.py#L5
  172. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/geo_json_events/geo_location.py#L5
  173. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/airly/sensor.py#L5
  174. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/kostal_plenticore/coordinator.py#L6
  175. too-few-public-methods:
    Too few public methods (0/2)
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/kostal_plenticore/coordinator.py#L200
  176. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/kostal_plenticore/helper.py#L5
  177. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/kostal_plenticore/sensor.py#L5
  178. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/dremel_3d_printer/binary_sensor.py#L5
  179. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/dremel_3d_printer/sensor.py#L5
  180. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/dremel_3d_printer/button.py#L5
  181. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/text/reproduce_state.py#L6
  182. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/homeworks/__init__.py#L6
  183. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/gios/sensor.py#L5
  184. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/yale_smart_alarm/config_flow.py#L5
  185. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/neato/config_flow.py#L5
  186. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/nuki/config_flow.py#L3
  187. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/dlna_dmr/const.py#L5
  188. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/dlna_dmr/media_player.py#L6
  189. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/dlna_dmr/config_flow.py#L5
  190. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/govee_light_local/coordinator.py#L4
  191. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/humidifier/reproduce_state.py#L6
  192. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/tado/binary_sensor.py#L5
  193. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/tado/climate.py#L5
  194. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/tado/sensor.py#L5
  195. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/justnimbus/sensor.py#L5
  196. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/justnimbus/config_flow.py#L5
  197. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/fujitsu_fglair/config_flow.py#L3
  198. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/zha/logbook.py#L5
  199. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/zha/helpers.py#L7
  200. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/zha/cover.py#L5
  201. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/zha/entity.py#L6
  202. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/zha/light.py#L5
  203. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/zha/climate.py#L9
  204. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/zha/sensor.py#L5
  205. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/zha/radio_manager.py#L6
  206. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/schlage/binary_sensor.py#L5
  207. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/schlage/switch.py#L5
  208. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/schlage/coordinator.py#L6
  209. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/schlage/config_flow.py#L5
  210. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/elkm1/logbook.py#L5
  211. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/elkm1/entity.py#L5
  212. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/aseko_pool_live/binary_sensor.py#L5
  213. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/aseko_pool_live/sensor.py#L5
  214. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/aseko_pool_live/config_flow.py#L5
  215. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/automation/logbook.py#L3
  216. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/automation/reproduce_state.py#L6
  217. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/automation/__init__.py#L7
  218. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/automation/trace.py#L5
  219. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/automation/config.py#L5
  220. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/openhome/media_player.py#L5
  221. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/litterrobot/time.py#L5
  222. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/litterrobot/binary_sensor.py#L5
  223. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/litterrobot/switch.py#L5
  224. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/litterrobot/select.py#L5
  225. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/litterrobot/sensor.py#L5
  226. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/litterrobot/config_flow.py#L5
  227. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/litterrobot/button.py#L5
  228. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/litterrobot/hub.py#L5
  229. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/teslemetry/binary_sensor.py#L5
  230. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/teslemetry/switch.py#L5
  231. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/teslemetry/number.py#L5
  232. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/teslemetry/__init__.py#L4
  233. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/teslemetry/select.py#L5
  234. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/teslemetry/models.py#L6
  235. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/teslemetry/sensor.py#L5
  236. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/teslemetry/config_flow.py#L5
  237. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/teslemetry/button.py#L5
  238. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/stream/fmp4utils.py#L5
  239. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/stream/__init__.py#L21
  240. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/stream/core.py#L7
  241. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/stream/worker.py#L6
  242. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/tplink/deprecate.py#L5
  243. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/tplink/__init__.py#L6
  244. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/tplink/entity.py#L6
  245. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/tplink/light.py#L5
  246. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/tplink/config_flow.py#L5
  247. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/simplisafe/__init__.py#L6
  248. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/simplisafe/entity.py#L5
  249. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/simplisafe/config_flow.py#L5
  250. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/simplisafe/button.py#L5
  251. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/mystrom/sensor.py#L5
  252. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/waqi/sensor.py#L5
  253. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/device_automation/__init__.py#L6
  254. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/vodafone_station/sensor.py#L5
  255. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/vodafone_station/config_flow.py#L5
  256. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/vodafone_station/button.py#L5
  257. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/lacrosse_view/sensor.py#L5
  258. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/lacrosse_view/config_flow.py#L5
  259. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/idasen_desk/sensor.py#L5
  260. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/idasen_desk/button.py#L3
  261. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/brunt/config_flow.py#L5
  262. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/kraken/sensor.py#L5
  263. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/backup/backup.py#L5
  264. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/backup/agent.py#L6
  265. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/backup/manager.py#L7
  266. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/backup/config.py#L6
  267. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/glances/config_flow.py#L5
  268. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/weheat/sensor.py#L3
  269. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/weheat/config_flow.py#L3
  270. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/matrix/__init__.py#L6
  271. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/trace/util.py#L5
  272. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/alexa/logbook.py#L3
  273. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/alexa/diagnostics.py#L5
  274. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/alexa/intent.py#L3
  275. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/alexa/capabilities.py#L5
  276. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/alexa/handlers.py#L6
  277. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/alexa/entities.py#L5
  278. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/media_source/__init__.py#L5
  279. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/netgear/switch.py#L3
  280. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/netgear/sensor.py#L5
  281. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/netgear/button.py#L3
  282. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/switchbot/entity.py#L5
  283. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rfxtrx/__init__.py#L6
  284. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rfxtrx/entity.py#L5
  285. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rfxtrx/sensor.py#L5
  286. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/rfxtrx/device_action.py#L5
  287. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/modern_forms/__init__.py#L5
  288. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/webhook/__init__.py#L5
  289. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/devolo_home_network/image.py#L5
  290. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/devolo_home_network/binary_sensor.py#L5
  291. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/devolo_home_network/switch.py#L5
  292. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/devolo_home_network/coordinator.py#L4
  293. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/devolo_home_network/sensor.py#L5
  294. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/devolo_home_network/config_flow.py#L5
  295. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/devolo_home_network/update.py#L5
  296. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/devolo_home_network/button.py#L5
  297. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/persistent_notification/__init__.py#L5
  298. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/toon/helpers.py#L5
  299. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/blink/config_flow.py#L5
  300. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/blink/camera.py#L5
  301. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/evil_genius_labs/util.py#L5
  302. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/google_cloud/helpers.py#L5
  303. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/google_cloud/stt.py#L5
  304. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/media_player/reproduce_state.py#L6
  305. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/media_player/browse_media.py#L5
  306. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/media_player/intent.py#L3
  307. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassistant/components/media_player/__init__.py#L7
  308. import-error:
    Unable to import 'collections.abc'
    https://github.com/home-assistant/core/blob/81ce5f45059e2d819efd5ef1fad6df239652999e/homeassista...

This comment was truncated because GitHub allows only 65536 characters in a comment.

This comment was generated for commit dd0fd9c

@jacobtylerwalls
Copy link
Member

Thanks @DanielNoord !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip news 🔇 This change does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants