From 079d36c553cb80b67a8c0e1e407325f1340fba1b Mon Sep 17 00:00:00 2001 From: Kevin Ramirez Date: Thu, 9 Jan 2025 12:17:28 -0600 Subject: [PATCH] style(test_factories): fix format --- eyecite/test_factories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eyecite/test_factories.py b/eyecite/test_factories.py index 1b2ef7f..b1d4db2 100644 --- a/eyecite/test_factories.py +++ b/eyecite/test_factories.py @@ -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