Skip to content

Commit

Permalink
del extra return
Browse files Browse the repository at this point in the history
  • Loading branch information
steinitzu committed Jul 3, 2023
1 parent 8e9eba2 commit 45fc9aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/pipedrive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,3 @@ def leads(
if first_item and first_item["update_time"] < last_value:
return
yield rename_fields(page, fields_mapping)
return

0 comments on commit 45fc9aa

Please sign in to comment.