Skip to content

Commit 84f0701

Browse files
Update string.pyi
1 parent e05feb5 commit 84f0701

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,5 +1,6 @@
11
from typing import Optional
22

3+
class dict: pass
34
class int: pass
45
class str:
56
def count(

0 commit comments

Comments
 (0)