Skip to content

Commit 0062db8

Browse files
committed
Use Incomplete
1 parent 0e47a1f commit 0062db8

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: int = 10
60-
dy: int = -10
59+
dx: Incomplete = 10
60+
dy: Incomplete = -10
6161
color0: _Color = "grey"
6262
color1: _Color = "white"
6363
nshades: int = 30

0 commit comments

Comments
 (0)