From 0d6ddcc83690e9d9c96d809c782538dbfb0650ca Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 25 Feb 2018 09:59:13 -0500 Subject: [PATCH] Update requests_html.py --- requests_html.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/requests_html.py b/requests_html.py index ff711de..a4c6d47 100644 --- a/requests_html.py +++ b/requests_html.py @@ -12,8 +12,6 @@ from parse import findall html2text = html2text.HTML2Text() useragent = UserAgent() -# xpath support next. -# parse support. class Element: """An element of HTML."""