openpyxl: Add stubtest allowlist entry (#11449)

Fixes #11448
This commit is contained in:
Jelle Zijlstra
2024-02-18 20:37:54 -08:00
committed by GitHub
parent bba8cbd6f8
commit e8c029fbd3

View File

@@ -196,3 +196,7 @@ openpyxl.worksheet.smart_tag.CellSmartTagPr.__init__
openpyxl.worksheet.smart_tag.CellSmartTags.__init__
openpyxl.worksheet.table.TableColumn.__init__
openpyxl.worksheet.table.XMLColumnProps.__init__
# Inherited from the stdlib, where we lie about the presence
# of this method in order to mark it as deprecated.
openpyxl.xml.functions.Element.__bool__