Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
herzaso committed Jul 17, 2017
1 parent 964e216 commit f96ef94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f96ef94

Please sign in to comment.