Squash pep8 indentation issues

This commit is contained in:
Ryan Mclean 2016-03-08 13:18:22 -05:00
parent 3e4300e6b8
commit dd14ecbde6

View file

@ -186,7 +186,7 @@ class InfluxDbTests(testing.AsyncHTTPTestCase):
break
else:
self.fail('Expected to find "request" metric in {!r}'.format(
list(self.application.influx_db['requests'])))
list(self.application.influx_db['requests'])))
def test_that_cached_db_connection_is_used(self):
cfg = self.application.settings[metrics.InfluxDBMixin.SETTINGS_KEY]
@ -208,4 +208,4 @@ class InfluxDbTests(testing.AsyncHTTPTestCase):
break
else:
self.fail('Expected to find "request" metric in {!r}'.format(
list(self.application.influx_db['requests'])))
list(self.application.influx_db['requests'])))