Add missing imports from typing (#933)

This commit is contained in:
Ivan Levkivskyi
2017-02-14 19:59:01 +01:00
committed by Guido van Rossum
parent f869a5d351
commit 22c0353498
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
from typing import List, Union, Iterator, Tuple, Optional, Any, IO, NamedTuple
from typing import List, Union, Iterator, Tuple, Optional, Any, IO, NamedTuple, Dict
from opcode import (hasconst, hasname, hasjrel, hasjabs, haslocal, hascompare,
hasfree, hasnargs, cmp_op, opname, opmap, HAVE_ARGUMENT,