Add missing defaults to third-party stubs (#14617)

This commit is contained in:
Jelle Zijlstra
2025-08-21 13:36:29 -07:00
committed by GitHub
parent 82926783a4
commit 573b57d8da
54 changed files with 383 additions and 376 deletions
+1 -1
View File
@@ -417,7 +417,7 @@ class ConditionalFormatList(Serialisable):
tagname: ClassVar[str]
conditionalFormat: Incomplete
__attrs__: ClassVar[tuple[str, ...]]
def __init__(self, conditionalFormat=..., count: Incomplete | None = ...) -> None: ...
def __init__(self, conditionalFormat=(), count=None) -> None: ...
def by_priority(self): ...
@property
def count(self) -> int: ...