Skip to content

Commit

Permalink
fixed a refactoring issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kmike committed May 1, 2024
1 parent ee3e734 commit 69456c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsel/selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ def get(
)

try:
etree.tostring(
return etree.tostring(
tree,
method=_ctgroup[self.type]["_tostring_method"],
encoding="unicode",
Expand Down

0 comments on commit 69456c1

Please sign in to comment.