Skip to content

Commit

Permalink
qs: fix database lookups
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Jun 22, 2023
1 parent 5f19c6f commit 906f5fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions floss/qs/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,10 +472,6 @@ def make_tagger(db, queryfn) -> Sequence[Tag]:
)
ret.append(make_tagger(junk_db, query_code_string_database))

return ()



return ret


Expand Down

0 comments on commit 906f5fa

Please sign in to comment.