Skip to content

Commit

Permalink
middlwares: indentation fix
Browse files Browse the repository at this point in the history
Signed-off-by: Spiros Delviniotis <[email protected]>
  • Loading branch information
spirosdelviniotis authored and david-caro committed Sep 20, 2017
1 parent 9b96510 commit b97cd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hepcrawl/middlewares.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

from __future__ import absolute_import, division, print_function

class ErrorHandlingMiddleware(object):

class ErrorHandlingMiddleware(object):
"""Log errors."""

@classmethod
Expand Down

0 comments on commit b97cd4b

Please sign in to comment.