From f843922df850c09ace12f2ba379c97e71dd42098 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Wed, 12 Jul 2023 23:06:06 +0300 Subject: [PATCH] `datetime`: Remove unused stubtest allowlist entry for py312 (#10277) --- tests/stubtest_allowlists/py312.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/stubtest_allowlists/py312.txt b/tests/stubtest_allowlists/py312.txt index a51e4bfa6..fa6a8bc7b 100644 --- a/tests/stubtest_allowlists/py312.txt +++ b/tests/stubtest_allowlists/py312.txt @@ -21,7 +21,6 @@ collections.UserDict.get configparser.ParsingError.__init__ configparser.RawConfigParser.readfp configparser.__all__ -datetime.__all__ enum.Enum.__signature__ enum.EnumMeta.__call__ enum.EnumType.__call__