Skip to content

Commit 32b99a9

Browse files
Update string.pyi
1 parent 84f0701 commit 32b99a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/test-data/fixtures/string.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from typing import Optional
22

33
class dict: pass
4+
class ellipsis: pass
45
class int: pass
56
class str:
67
def count(

0 commit comments

Comments
 (0)