From 6130c2459e8c69e7b11379a0092b5a491de27689 Mon Sep 17 00:00:00 2001 From: Akuli Date: Fri, 26 Nov 2021 22:56:27 +0200 Subject: [PATCH] Delete duplicate comment (#6391) --- tests/stubtest_allowlists/py3_common.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/stubtest_allowlists/py3_common.txt b/tests/stubtest_allowlists/py3_common.txt index bb350c34d..c449bf197 100644 --- a/tests/stubtest_allowlists/py3_common.txt +++ b/tests/stubtest_allowlists/py3_common.txt @@ -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