Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
  • Loading branch information
kennethreitz committed Feb 28, 2018
1 parent 495b0c3 commit 26c9f08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion requests_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def find(self, selector: str, first: bool = False, _encoding: str = None):
See W3School's `CSS Selectors Reference <https://www.w3schools.com/cssref/css_selectors.asp>`_ for more details.
If ``first`` is ``True``, only returns the first :class:`Element <Element>` found."""

encoding = _encoding or self.encoding
Expand Down

0 comments on commit 26c9f08

Please sign in to comment.