mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Fix missing 'type: ' in opcode.pyi (#1143)
This commit is contained in:
committed by
Jelle Zijlstra
parent
8401fc6838
commit
166e56a8f0
@@ -12,7 +12,7 @@ hascompare = ... # type: List[int]
|
||||
hasfree = ... # type: List[int]
|
||||
opname = ... # type: List[str]
|
||||
|
||||
opmap = ... # Dict[str, int]
|
||||
opmap = ... # type: Dict[str, int]
|
||||
HAVE_ARGUMENT = ... # type: int
|
||||
EXTENDED_ARG = ... # type: int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user