Skip to content

Commit

Permalink
Update api/src/services/extracts_v1/get_extracts.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Chouinard <[email protected]>
  • Loading branch information
mikehgrantsgov and chouinar authored Nov 21, 2024
1 parent 4e8706f commit bf53a4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/services/extracts_v1/get_extracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ def get_extracts(
)

# Apply pagination
print(list_params.pagination)
paginator: Paginator[ExtractMetadata] = Paginator(
ExtractMetadata, stmt, db_session, page_size=list_params.pagination.page_size
)
Expand Down

0 comments on commit bf53a4c

Please sign in to comment.