Skip to content

Commit

Permalink
style(test_factories): fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
quevon24 committed Jan 9, 2025
1 parent fcafbb1 commit 079d36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eyecite/test_factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def case_citation(
groups.setdefault("volume", volume)
groups.setdefault("page", page)
if nominative and not volume:
# We don't need volume key in groups if we are testing a citation with
# We don't need volume key in groups if we are testing a citation with
# nominative reporter
del groups["volume"]
cls = ShortCaseCitation if short else FullCaseCitation
Expand Down

0 comments on commit 079d36c

Please sign in to comment.