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

Skip to content

Commit 68dc2d1

Browse files
authored
Move Python 2-only stubs to @python2 directory (#5660)
1 parent a319ba4 commit 68dc2d1

47 files changed

Lines changed: 22 additions & 33 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions

stubs/enum34/METADATA.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
version = "0.1"
2-
python2 = true
3-
python3 = false

stubs/fb303/fb303/FacebookService.pyi renamed to stubs/fb303/@python2/fb303/FacebookService.pyi

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

3-
from thrift.Thrift import TProcessor # type: ignore
3+
TProcessor = Any # actually thrift.Thrift.TProcessor
44

55
fastbinary: Any
66

stubs/fb303/METADATA.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
version = "0.1"
2-
python2 = true
3-
python3 = false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)