diff --git a/management/commands/import_nk15.py b/management/commands/import_nk15.py index 5c74ef7..5e70c47 100644 --- a/management/commands/import_nk15.py +++ b/management/commands/import_nk15.py @@ -164,7 +164,6 @@ def import_transaction(cur): update_line(idx,N,row["description"]) # some date are set to None, use the previous one date = row["transac_date"] - obj_dict = { # "pk": row["id"], "destination_id" : MAP_IDBDE[row["destinataire"]],