summaryrefslogtreecommitdiff
path: root/bs4/testing.py
diff options
context:
space:
mode:
authorIsaac Muse <isaacmuse@gmail.com>2018-12-26 15:10:58 -0700
committerIsaac Muse <isaacmuse@gmail.com>2018-12-26 15:10:58 -0700
commit24ea9dd361775e3c1e03dde430a03e34e64dbc6a (patch)
treecae426e54620a0c7ae1042887b263a568cc1db5a /bs4/testing.py
parent20a03839bdfa379ad2113f5388bb489ffa72c4d8 (diff)
Remove dead line of code
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):