Skip to content

Commit 71bb32a

Browse files
slarocheilevkivskyi
authored andcommitted
add type str to parameter other (#110)
1 parent c443924 commit 71bb32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlalchemy-stubs/sql/operators.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class ColumnOperators(Operators):
4646
def notilike(self, other, escape: Optional[Any] = ...): ...
4747
def is_(self, other): ...
4848
def isnot(self, other): ...
49-
def startswith(self, other, **kwargs): ...
49+
def startswith(self, other: str, **kwargs): ...
5050
def endswith(self, other, **kwargs): ...
5151
def contains(self, other, **kwargs): ...
5252
def match(self, other, **kwargs): ...

0 commit comments

Comments
 (0)