Remove unused type comment

This commit is contained in:
Nikolaus Waxweiler 2020-09-16 09:31:05 +01:00
parent a364cff13f
commit fa32cf2fed

View File

@ -185,7 +185,7 @@ class PlistTarget:
def __init__(
self,
use_builtin_types: Optional[bool] = None,
dict_type: Type[MutableMapping[str, Any]] = dict, # type: ignore
dict_type: Type[MutableMapping[str, Any]] = dict,
) -> None:
self.stack = []
self.current_key = None