Skip to content

Commit a82948b

Browse files
Jackenmendonbarbos
andauthored
Update stubs/xlrd/xlrd/sheet.pyi
Co-authored-by: Semyon Moroz <[email protected]>
1 parent 8bc2f50 commit a82948b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/xlrd/xlrd/sheet.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Cell(BaseObject):
4646
ctype: Literal[0, 1, 2, 3, 4, 5, 6]
4747
value: str | float
4848
xf_index: int | None
49-
def __init__(self, ctype: int, value: str, xf_index: int | None = None) -> None: ...
49+
def __init__(self, ctype: Literal[0, 1, 2, 3, 4, 5, 6], value: str, xf_index: int | None = None) -> None: ...
5050

5151
empty_cell: Final[Cell]
5252

0 commit comments

Comments
 (0)