Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozer committed Feb 14, 2016
1 parent 8d1b56e commit 2bd4939
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions test.py

This file was deleted.

3 changes: 0 additions & 3 deletions unified_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ def cache(self, query):
return value

def convert(self, query):
if not query:
return

result = []
result += self.autocomplete(query)
result += self.sort_items(self.convert_by_type(query))
Expand Down

0 comments on commit 2bd4939

Please sign in to comment.