Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Dec 1, 2023
1 parent c272267 commit 17ff8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/openpyxl/openpyxl/styles/named_styles.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class NamedStyle(Serialisable):
class NamedStyleList(list[NamedStyle]):
@property
def names(self) -> list[str]: ...
def __getitem__(self, key: int) -> NamedStyle: ...
def __getitem__(self, key: int | str) -> NamedStyle: ... # type: ignore[override]
def append(self, style: NamedStyle) -> None: ...

class _NamedCellStyle(Serialisable):
Expand Down

0 comments on commit 17ff8a0

Please sign in to comment.