Skip to content

Commit

Permalink
fix base_handlers.py pep8 so travis passes
Browse files Browse the repository at this point in the history
  • Loading branch information
squirrelo committed Jul 15, 2014
1 parent 1d3f46d commit ce60f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiita_pet/handlers/base_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def get(self):

class NoPageHandler(BaseHandler):
def get(self):
self.render("404.html", user=self.get_current_user())
self.render("404.html", user=self.get_current_user())

0 comments on commit ce60f29

Please sign in to comment.