Skip to content

Commit 5c2f1ea

Browse files
committed
updated pyi
1 parent 3245c4e commit 5c2f1ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/__init__.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,11 @@ def split_after_count(
4949
string: str,
5050
*,
5151
delimiter: str = ',',
52-
count: int = 0;
52+
count: int = 0,
5353
doublequote: bool = True,
5454
escapechar: str = '',
5555
quotechar: str = '"',
5656
quoting: int = 0,
57-
skipinitialspace: bool = False,
5857
strict: bool = False,
5958
) -> tp.Tuple[str, str]: ...
6059

0 commit comments

Comments
 (0)