Remove erroneous Literal entry from subscript list (#630)

This commit is contained in:
Charlie Marsh
2022-11-06 21:03:41 -05:00
committed by GitHub
parent f4b5f0d259
commit dbc64f1faa

View File

@@ -175,7 +175,6 @@ static IMPORTED_SUBSCRIPTS: Lazy<BTreeMap<&'static str, BTreeSet<&'static str>>>
("Counter", "typing_extensions"),
("DefaultDict", "typing_extensions"),
("Deque", "typing_extensions"),
("Literal", "typing_extensions"),
("Type", "typing_extensions"),
// `weakref`
("WeakKeyDictionary", "weakref"),