Skip to content

Commit e05feb5

Browse files
Update string.pyi
1 parent 19842e1 commit e05feb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/fixtures/string.pyi

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

33
class int: pass
4-
class str: pass
4+
class str:
55
def count(
66
self,
77
substr: str,

0 commit comments

Comments
 (0)