Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4381e0a

Browse files
authored
Remove @python2-only third party stubs that aren't also dependencies (#5975)
Closes #5969
1 parent bc19a28 commit 4381e0a

23 files changed

Lines changed: 1 addition & 818 deletions

File tree

pyrightconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@
88
// Python 2 only modules.
99
"**/@python2",
1010
"stubs/enum34",
11-
"stubs/fb303",
1211
"stubs/futures",
13-
"stubs/ipaddress",
14-
"stubs/kazoo",
15-
"stubs/pathlib2",
16-
"stubs/pymssql",
17-
"stubs/scribe",
12+
"stubs/ipaddress"
1813
],
1914
"typeCheckingMode": "basic",
2015
"strictListInference": true,

pyrightconfig.stricter.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,8 @@
99
// Python 2 only modules.
1010
"**/@python2",
1111
"stubs/enum34",
12-
"stubs/fb303",
1312
"stubs/futures",
1413
"stubs/ipaddress",
15-
"stubs/kazoo",
16-
"stubs/pathlib2",
17-
"stubs/pymssql",
18-
"stubs/scribe",
1914
// Modules that are incomplete in some way.
2015
"stdlib/distutils/command",
2116
"stdlib/lib2to3/refactor.pyi",

stubs/Routes/@python2/routes/__init__.pyi

Lines changed: 0 additions & 10 deletions
This file was deleted.

stubs/Routes/@python2/routes/mapper.pyi

Lines changed: 0 additions & 77 deletions
This file was deleted.

stubs/Routes/@python2/routes/util.pyi

Lines changed: 0 additions & 20 deletions
This file was deleted.

stubs/Routes/METADATA.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)