Skip to content

Commit

Permalink
prints (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexviquez authored Aug 28, 2023
1 parent 2dab4c4 commit 0910441
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion speid/commands/spei.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def reconciliate_deposits(
no_procesadas = []
for recibida in recibidas:
if recibida.claveRastreo not in claves_rastreo_filter:
no_procesadas.append(recibida.claveRastreo)
continue
# Se ignora los tipos pago devolución debido a que
# el estado de estas operaciones se envían
Expand Down

0 comments on commit 0910441

Please sign in to comment.