Skip to content

Commit

Permalink
remove library and variable not used.
Browse files Browse the repository at this point in the history
  • Loading branch information
LucyJimenez committed Jan 24, 2022
1 parent ff65412 commit c354c2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions asv/benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import re
import tempfile
import itertools
import datetime

import six

Expand Down Expand Up @@ -207,7 +206,7 @@ def iter_unique(iter):
try:
with open(result_file, 'r') as fp:
benchmarks = json.load(fp)
except (IOError, ValueError) as exc:
except (IOError, ValueError):
log.error("Invalid discovery output")
raise util.UserError()

Expand Down

0 comments on commit c354c2a

Please sign in to comment.