Skip to content

Commit

Permalink
Fix 2 (var-annotated)
Browse files Browse the repository at this point in the history
Sync typeshed (15792)
  • Loading branch information
cdce8p committed Aug 17, 2023
1 parent 41764dc commit 5b5b21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/backports/functools.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ def __get__(
raise TypeError(msg) from None
return val

__class_getitem__ = classmethod(GenericAlias)
__class_getitem__ = classmethod(GenericAlias) # type: ignore[var-annotated]

0 comments on commit 5b5b21f

Please sign in to comment.