diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-27 22:15:36 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-27 22:15:36 -0500 |
commit | 270cc37956de4ed1c4025b0d56aaf34a75d080d5 (patch) | |
tree | f56ef8cb840acb3a4f8ce47d709ed4ddd4b7ad39 | |
parent | 082a8c84a79fa33ea23c159495005ebe9a39cbf4 (diff) |
Removed unnecessary import.
-rw-r--r-- | bs4/builder/_lxml.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bs4/builder/_lxml.py b/bs4/builder/_lxml.py index 5c9bc57..57798f6 100644 --- a/bs4/builder/_lxml.py +++ b/bs4/builder/_lxml.py @@ -13,7 +13,6 @@ from bs4.builder import ( TreeBuilder, XML) from bs4.dammit import UnicodeDammit -import types LXML = 'lxml' |