Skip to content

Commit

Permalink
Make pyflakes happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoît Allard committed Oct 25, 2016
1 parent d6e04fb commit 09c73fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions master/buildbot/reporters/message.py
Expand Up @@ -53,7 +53,6 @@ def __init__(self, template_name=None, template_dir=None, template=None,

self.ctx = ctx


def getTemplate(self, filename, dirname, content):
if content and filename:
config.error("Only one of template or template path can be given")
Expand All @@ -73,7 +72,6 @@ def getTemplate(self, filename, dirname, content):

return env.get_template(filename)


def getDetectedStatus(self, mode, results, previous_results):

if results == FAILURE:
Expand Down

0 comments on commit 09c73fa

Please sign in to comment.