Skip to content

Commit 632a9ad

Browse files
committed
int | Incomplete
1 parent 0062db8 commit 632a9ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stubs/reportlab/reportlab/platypus/tables.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ class TableStyle:
5656
def getCommands(self) -> list[_TableCommand]: ...
5757

5858
class ShadowStyle(NamedTuple):
59-
dx: Incomplete = 10
60-
dy: Incomplete = -10
59+
dx: int | Incomplete = 10 # TODO: is either `int` or `float`
60+
dy: int | Incomplete = -10 # TODO: is either `int` or `float`
6161
color0: _Color = "grey"
6262
color1: _Color = "white"
6363
nshades: int = 30

0 commit comments

Comments
 (0)