Details
-
Bug
-
Status: Triage Needed
-
P3
-
Resolution: Unresolved
-
None
-
None
-
None
-
Important
Description
Started to see this:
[2021-05-11 13:00:51,541] {native_type_compatibility.py:268} INFO - Using Any for unsupported type: typing.Sequence[~T]
From what I can tell it related to this code:
# Find the first matching entry. matched_entry = next((entry for entry in type_map if entry.match(typ)), None) if not matched_entry: # Please add missing type support if you see this message. _LOGGER.info('Using Any for unsupported type: %s', typ) return typehints.
but I don't know what to do with it.. I'll leave it to you