Fix missing 'type: ' in opcode.pyi (#1143)

This commit is contained in:
Carl Meyer
2017-04-05 17:06:09 -07:00
committed by Jelle Zijlstra
parent 8401fc6838
commit 166e56a8f0

View File

@@ -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