From dd14ecbde688035dfe2e02570499b23fcc59827f Mon Sep 17 00:00:00 2001 From: Ryan Mclean <ryanm@aweber.com> Date: Tue, 8 Mar 2016 13:18:22 -0500 Subject: [PATCH] Squash pep8 indentation issues --- tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.py b/tests.py index 49e4838..49a780e 100644 --- a/tests.py +++ b/tests.py @@ -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'])))