From 0a320551026bcc966ba2d45858703fa2c46358ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Thu, 11 Apr 2024 18:39:17 +0200 Subject: [PATCH] Update extruct/xmldom.py Co-authored-by: James Addison <55152140+jayaddison@users.noreply.github.com> --- extruct/xmldom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extruct/xmldom.py b/extruct/xmldom.py index fe76ce61..018919c8 100644 --- a/extruct/xmldom.py +++ b/extruct/xmldom.py @@ -15,7 +15,7 @@ class _ElementStringResult(bytes): # type: ignore[no-redef] """ - _ElementStringResult is removed in lxml >= 5.1.0, + _ElementStringResult is removed in lxml >= 5.1.1, so we define it here for compatibility. """