summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-27 22:15:36 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-27 22:15:36 -0500
commit270cc37956de4ed1c4025b0d56aaf34a75d080d5 (patch)
treef56ef8cb840acb3a4f8ce47d709ed4ddd4b7ad39
parent082a8c84a79fa33ea23c159495005ebe9a39cbf4 (diff)
Removed unnecessary import.
-rw-r--r--bs4/builder/_lxml.py1
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'