mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
Move Python 2-only stubs to @python2 directory (#5660)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from typing import Any, ContextManager
|
||||
|
||||
from thrift.Thrift import TProcessor # type: ignore
|
||||
TProcessor = Any # actually thrift.Thrift.TProcessor
|
||||
|
||||
fastbinary: Any
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
version = "0.1"
|
||||
python2 = true
|
||||
python3 = false
|
||||
|
||||
Reference in New Issue
Block a user