fix: remove forgotten unused code

This commit is contained in:
Karim shoair
2025-12-28 00:14:47 +02:00
parent 1b838eabd0
commit 9bfe744840
4 changed files with 2 additions and 34 deletions
+1 -1
View File
@@ -130,5 +130,5 @@ translator = HTMLTranslator()
@lru_cache(maxsize=256)
def css_to_xpath(query: str) -> str:
"""Return translated XPath version of a given CSS query"""
"""Return the translated XPath version of a given CSS query"""
return translator.css_to_xpath(query)