Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed May 11, 2017
1 parent c64a019 commit f886d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qiita_pet/handlers/qiita_redbiom.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ def _redbiom_search(self, query, search_on, callback):
'(too few letters), try a longer query' % query)
elif search_on == 'observations':
features = [s.split('_', 1)[1] for context in contexts
for s in redbiom.util.samples_from_observations(
query.split(' '), True, context)]
for s in redbiom.util.samples_from_observations(
query.split(' '), True, context)]
else:
error = True
message = ('Incorrect search by: you can use observations '
Expand Down

0 comments on commit f886d32

Please sign in to comment.