Skip to content

Commit

Permalink
Fix tox issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Armen Zambrano G committed Jul 31, 2015
1 parent 7b779c6 commit 315d8a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mozci/sources/taskcluster_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import datetime
import json
import logging
import sys
import traceback

import taskcluster as taskcluster_client
Expand Down Expand Up @@ -66,7 +65,6 @@ def retrigger_task(task_id, dry_run=False):
else:
LOG.info("Dry-run mode: Nothing was retriggered.")


except taskcluster_client.exceptions.TaskclusterRestFailure as e:
traceback.print_exc()
new_task_id = -1
Expand Down

0 comments on commit 315d8a3

Please sign in to comment.