Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Sep 9, 2015
1 parent e515f16 commit f874a22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pytest_benchmark/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ def next_num(self):
return "%04i" % (int(str(f.basename).split('_')[0]) + 1)
except ValueError:
raise
return "0001"

def handle_saving(self):
if self.json:
Expand Down

0 comments on commit f874a22

Please sign in to comment.