mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Exclude @overload from coverage (#56021)
This commit is contained in:
parent
f79de2a5bc
commit
3af4b2639b
@ -1276,5 +1276,6 @@ exclude_lines =
|
|||||||
raise AssertionError
|
raise AssertionError
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
# TYPE_CHECKING block is never executed during pytest run
|
# TYPE_CHECKING and @overload blocks are never executed during pytest run
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
|
@overload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user