Remove unused import from stdlib/2/htmlentitydefs.pyi (#3162)

This commit is contained in:
Jon Dufresne
2019-07-31 00:06:02 -07:00
committed by Sebastian Rittau
parent 4c8d577d68
commit edee7cfb3c

View File

@@ -1,4 +1,4 @@
from typing import Any, Mapping
from typing import Mapping
name2codepoint: Mapping[str, int]
codepoint2name: Mapping[int, str]