From f96ef945d9e6498cb159107e02115739ced08f34 Mon Sep 17 00:00:00 2001 From: herzaso Date: Mon, 17 Jul 2017 15:44:58 +0300 Subject: [PATCH] fix linting issue --- test.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index 58b0cbf..322052d 100644 --- a/test.py +++ b/test.py @@ -24,7 +24,10 @@ def setUp(self): 'apiKey': 'testKey', 'weeks': 1, 'resources': [ - {'name': 'reports csv', 'value': 'v5/clients/%s/reports/export'} + { + 'name': 'reports csv', + 'value': 'v5/clients/%s/reports/export' + } ] } self.stream = OcrSource(self.source, OPTIONS)