summaryrefslogtreecommitdiff
path: root/bs4/testing.py
diff options
context:
space:
mode:
Diffstat (limited to 'bs4/testing.py')
-rw-r--r--bs4/testing.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bs4/testing.py b/bs4/testing.py
index 18b985c..dee214c 100644
--- a/bs4/testing.py
+++ b/bs4/testing.py
@@ -211,8 +211,6 @@ class SoupTest(unittest.TestCase):
# Return the child to the recursive caller
return child
- return descendant if descendant is not None else child
-
class HTMLTreeBuilderSmokeTest(object):