summary refs log tree commit diff
path: root/synapse/media/preview_html.py
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-06 09:29:17 +0000
committerGitHub <noreply@github.com>2024-02-06 09:29:17 +0000
commit871f51c270726fb76502570dcbf919ce747721d1 (patch)
treeeedf0ed7bd22d8f933ae48146c101a0344234d5d /synapse/media/preview_html.py
parentBump dorny/paths-filter from 2 to 3 (#16869) (diff)
downloadsynapse-871f51c270726fb76502570dcbf919ce747721d1.tar.xz
Bump lxml-stubs from 0.4.0 to 0.5.1 (#16885)
Diffstat (limited to '')
-rw-r--r--synapse/media/preview_html.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/synapse/media/preview_html.py b/synapse/media/preview_html.py
index 8a2c098d53..62ce7789be 100644
--- a/synapse/media/preview_html.py
+++ b/synapse/media/preview_html.py
@@ -160,8 +160,7 @@ def decode_body(
 
     # Attempt to parse the body. Returns None if the body was successfully
     # parsed, but no tree was found.
-    # TODO Develop of lxml-stubs has this correct.
-    return etree.fromstring(body, parser)  # type: ignore[arg-type]
+    return etree.fromstring(body, parser)
 
 
 def _get_meta_tags(