diff options
| author | Chris Gavin <chris@chrisgavin.me> | 2017-04-24 23:44:50 +0100 |
|---|---|---|
| committer | Chris Gavin <chris@chrisgavin.me> | 2017-04-24 23:44:50 +0100 |
| commit | d505128a2164a9efcfdc06320d9f40d7eb8077d2 (patch) | |
| tree | 5067708dcfbd50224a9098fcc1c4982344f2254a /benchmark/bench_objectify.py | |
| parent | 1b156311b950e2722da3159afc5c882021f9e6c1 (diff) | |
| download | python-lxml-d505128a2164a9efcfdc06320d9f40d7eb8077d2.tar.gz | |
Remove unused imports.
Diffstat (limited to 'benchmark/bench_objectify.py')
| -rw-r--r-- | benchmark/bench_objectify.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/benchmark/bench_objectify.py b/benchmark/bench_objectify.py index 933ced48..9b712674 100644 --- a/benchmark/bench_objectify.py +++ b/benchmark/bench_objectify.py @@ -1,9 +1,7 @@ -import sys, copy from itertools import * import benchbase -from benchbase import (with_attributes, with_text, onlylib, - serialized, children, nochange) +from benchbase import (with_text, children, nochange) ############################################################ # Benchmarks |
