Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Add blank line to class to conform to PEP8 guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
leenagupte committed Nov 11, 2015
1 parent 7401be9 commit 98dc56a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backdrop/core/log_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@


class RequestIdFilter(logging.Filter):

def filter(self, record):
try:
record.govuk_request_id = request.headers.get('Govuk-Request-Id')
Expand Down

0 comments on commit 98dc56a

Please sign in to comment.