mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
fix repeated slot atrribute
This commit is contained in:
+1
-1
@@ -357,7 +357,7 @@ class Element(BaseParser):
|
||||
|
||||
__slots__ = [
|
||||
'element', 'url', 'skip_anchors', 'default_encoding', '_encoding',
|
||||
'_encoding', '_html', '_lxml', '_pq', '_attrs', 'session'
|
||||
'_html', '_lxml', '_pq', '_attrs', 'session'
|
||||
]
|
||||
|
||||
def __init__(self, *, element, url: _URL, default_encoding: _DefaultEncoding = None) -> None:
|
||||
|
||||
Reference in New Issue
Block a user