Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump astroid from 3.3.5 to 3.3.8 #10125

Merged
merged 3 commits into from
Dec 24, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2024

Bump astroid to 3.3.8

@dependabot dependabot bot added dependency Label for github dependabot Skip news 🔇 This change does not require a changelog entry labels Dec 9, 2024

This comment has been minimized.

@Pierre-Sassoulas Pierre-Sassoulas force-pushed the dependabot/pip/astroid-3.3.6 branch from 244fbb0 to 1fc607c Compare December 21, 2024 15:03
Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.3.5 to 3.3.7.
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v3.3.5...v3.3.7)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
@Pierre-Sassoulas Pierre-Sassoulas force-pushed the dependabot/pip/astroid-3.3.6 branch from 1fc607c to d73e0a7 Compare December 21, 2024 15:04
@Pierre-Sassoulas Pierre-Sassoulas changed the title Bump astroid from 3.3.5 to 3.3.6 Bump astroid from 3.3.5 to 3.3.7 Dec 21, 2024
@jacobtylerwalls
Copy link
Member

@DanielNoord any chance you would be able to look into the primer failure? My guess is that we can't lint the module ending with .io because io passes the in sys.stdlib_module_names check we just addded?

@jacobtylerwalls jacobtylerwalls added this to the 3.3.3 milestone Dec 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

A newer version of astroid exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Copy link
Member

@jacobtylerwalls jacobtylerwalls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need a new astroid release

@DanielNoord
Copy link
Collaborator

@jacobtylerwalls How should I interpret the failure? I don't really understand how it fails on io and I can't really reproduce any of the failures locally 😓

@jacobtylerwalls
Copy link
Member

I can reproduce the 3.11 stdlib failure with just:

python3.11 -m pytest -m primer_stdlib --primer-stdlib

@jacobtylerwalls
Copy link
Member

And the 3.13 primer failure on django, I just navigate to my local checkout of django I also happen to have (assume it's the same if I were to go to the pylint primer tests checkout):

python3.13 -m pylint django.contrib.gis.geos.io

@jacobtylerwalls
Copy link
Member

I don't really understand how it fails on io

I set a breakpoint on the 3.3.7 changes and notice that we iterate from the right, e.g. we parse io first from django..., and that unexpectedly passes the test for "in stdlib".

@DanielNoord
Copy link
Collaborator

But the in stdlib check should pass. Previously we tried to find a frozen module for all modules, now only if they have a stdlib name.

I would be more surprised if it actually returned a FrozenImporter as that would be unexpected behaviour for a non-stdlib package.

@jacobtylerwalls
Copy link
Member

Why would the in stdlib test pass for a django submodule?

(Pdb) processed
('django', 'contrib', 'gis', 'geos')
(Pdb) modname
'io'
(Pdb) modname in sys.stdlib_module_names
True

@jacobtylerwalls jacobtylerwalls changed the title Bump astroid from 3.3.5 to 3.3.7 Bump astroid from 3.3.5 to 3.3.8 Dec 24, 2024
Copy link

codecov bot commented Dec 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.80%. Comparing base (a4e91d7) to head (544332a).
Report is 9 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #10125   +/-   ##
=======================================
  Coverage   95.80%   95.80%           
=======================================
  Files         174      174           
  Lines       18972    18976    +4     
=======================================
+ Hits        18176    18180    +4     
  Misses        796      796           

see 1 file with indirect coverage changes

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

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

This comment was generated for commit 544332a

@jacobtylerwalls jacobtylerwalls merged commit 31e7674 into main Dec 24, 2024
43 of 44 checks passed
@jacobtylerwalls jacobtylerwalls deleted the dependabot/pip/astroid-3.3.6 branch December 24, 2024 01:59
Copy link
Contributor

The backport to maintenance/3.3.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-maintenance/3.3.x maintenance/3.3.x
# Navigate to the new working tree
cd .worktrees/backport-maintenance/3.3.x
# Create a new branch
git switch --create backport-10125-to-maintenance/3.3.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 31e7674ad44c9cbd3120e7e42497bf8af911df79
# Push it to GitHub
git push --set-upstream origin backport-10125-to-maintenance/3.3.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-maintenance/3.3.x

Then, create a pull request where the base branch is maintenance/3.3.x and the compare/head branch is backport-10125-to-maintenance/3.3.x.

jacobtylerwalls pushed a commit to jacobtylerwalls/pylint that referenced this pull request Dec 24, 2024
jacobtylerwalls added a commit that referenced this pull request Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport maintenance/3.3.x dependency Label for github dependabot Skip news 🔇 This change does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to import 'collections.abc' using python 3.13.1
2 participants