summaryrefslogtreecommitdiff
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
commitb2b0acea8040e7953f25592863611fbb81c7ff00 (patch)
tree2f247e44d2ddf9136888817fa07b84520b8fa68b
parente7f79c9408cfaa43b5250c0f29fb0f0e8f772f73 (diff)
downloadbeautifulsoup4-b2b0acea8040e7953f25592863611fbb81c7ff00.tar.gz
Remove dead line of code
-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):