Delete duplicate comment (#6391)

This commit is contained in:
Akuli
2021-11-26 12:56:27 -08:00
committed by GitHub
parent 2dade8105a
commit 6130c2459e
-1
View File
@@ -49,7 +49,6 @@ codecs.CodecInfo.incrementaldecoder
codecs.CodecInfo.incrementalencoder
codecs.CodecInfo.streamreader
codecs.CodecInfo.streamwriter
# Coroutine and Generator properties are added programmatically
collections.ChainMap.get # Adding None to the underlying Mapping Union messed up mypy
collections.ChainMap.fromkeys # Runtime has *args which can really only be one argument
# Coroutine and Generator properties are added programmatically