Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 6, 2025
1 parent bce2c9b commit e0c1517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cl/recap/mergers.py
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,8 @@ async def get_or_make_docket_entry(
return de, de_created


async def clean_duplicate_documents(params:dict[str, Any]) -> RECAPDocument:
""" Removes duplicate RECAPDocuments, keeping the most recent with PDF if
async def clean_duplicate_documents(params: dict[str, Any]) -> RECAPDocument:
"""Removes duplicate RECAPDocuments, keeping the most recent with PDF if
available or otherwise the most recent overall.
:param params: Query parameters to filter the RECAPDocuments.
Expand Down

0 comments on commit e0c1517

Please sign in to comment.