Skip to content

Commit

Permalink
bots: Remove unused description() function from tests-invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
stefwalter committed May 22, 2017
1 parent c73e813 commit be1f969
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bots/tests-invoke
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ class PullTask(object):
self.sink = None
self.github_status_data = None

def description(self):
return "{0} {1} {2}".format(self.name, self.context, self.revision)

def start_publishing(self, host):
api = github.GitHub()
identifier = "-".join([
Expand Down

0 comments on commit be1f969

Please sign in to comment.