Skip to content

Commit

Permalink
style fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Prin committed May 10, 2017
1 parent 6bb5ddd commit a2a6be2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions logging/tests/unit/test_entries.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ def test_from_api_repr_w_loggers_no_logger_match(self):
labels={
'type': 'gae_app',
'labels': {
'module_id':'default',
'version': 'test'
'module_id': 'default',
'version': 'test',
}
}
)
Expand All @@ -166,7 +166,7 @@ def test_from_api_repr_w_loggers_no_logger_match(self):
'requestUrl': URI,
'status': STATUS,
},
'resource': RESOURCE._to_dict()
'resource': RESOURCE._to_dict(),
}
loggers = {}
entry = klass.from_api_repr(API_REPR, client, loggers=loggers)
Expand Down

0 comments on commit a2a6be2

Please sign in to comment.