Add comment re: reportlab shim

This commit is contained in:
James R. Barlow
2023-09-21 00:27:45 -07:00
parent fde886baf4
commit 7d33039bcd
+1
View File
@@ -19,6 +19,7 @@ from xml.etree import ElementTree
with warnings.catch_warnings():
# reportlab uses deprecated load_module
# shim can be removed when we require reportlab >= 3.7
warnings.filterwarnings(
'ignore', category=DeprecationWarning, message=r".*load_module.*"
)