Skip to content

Commit 906f5fa

Browse files
qs: fix database lookups
1 parent 5f19c6f commit 906f5fa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

floss/qs/main.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,6 @@ def make_tagger(db, queryfn) -> Sequence[Tag]:
472472
)
473473
ret.append(make_tagger(junk_db, query_code_string_database))
474474

475-
return ()
476-
477-
478-
479475
return ret
480476

481477

0 commit comments

Comments
 (0)