Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
RobRuana committed Nov 17, 2017
1 parent 87f6d96 commit 322b2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_eager_formatting_adapter(log_stream):
log.error('TEST %s', 'MSG')
try:
assert False
except Exception as ex:
except Exception:
log.exception('TEST %s', 'MSG')
log.critical('TEST %s', 'MSG')
log.fatal('TEST %s', 'MSG')
Expand Down

0 comments on commit 322b2ed

Please sign in to comment.