Skip to content

Commit

Permalink
fix: mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanomunarini committed Dec 21, 2023
1 parent 5858747 commit 300f918
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,8 @@ def build_citation_for_docid(
refs = query_suppressing_user_input_error(
lambda: search_refs_docids(primary_docid)
) or []
else:
refs = []

composite_item, valid = compose_bibitem(
refs,
Expand Down

0 comments on commit 300f918

Please sign in to comment.