We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deac1a7 commit 33c997cCopy full SHA for 33c997c
eyecite/helpers.py
@@ -55,7 +55,8 @@ def get_court_by_paren(paren_string: str) -> Optional[str]:
55
if s == court_str:
56
return court["id"]
57
58
- # If no exact match, try to record a startswith match for possible eventual return
+ # If no exact match, try to record a startswith match for possible eventual
59
+ # return
60
if s.startswith(court_str):
61
court_code = court["id"]
62
0 commit comments