From 8c7c2ab12966a4a097ebfaed38a1dcb07147d36d Mon Sep 17 00:00:00 2001 From: "iker.lasa" Date: Mon, 18 Aug 2025 11:55:59 +0200 Subject: [PATCH] Add missing migration in commit The file has this one-to-one mapping "76:64" that I found missing in the original data. This is relevant as a migration since it involves the migrated source and target libraries. The APIs create client instances, with the same purpose. --- .../migration/botocore__boto__zalando@spilo__a83681c7.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/migration/botocore__boto__zalando@spilo__a83681c7.yaml b/data/migration/botocore__boto__zalando@spilo__a83681c7.yaml index 355db4c..a18a326 100644 --- a/data/migration/botocore__boto__zalando@spilo__a83681c7.yaml +++ b/data/migration/botocore__boto__zalando@spilo__a83681c7.yaml @@ -21,3 +21,10 @@ files: properties: [] source_apis: [botocore.exceptions.ClientError] target_apis: [boto.utils, boto.ec2] + - line: "76:64" + cardinality: one-to-one + source_program_elements: [function] + target_program_elements: [function] + properties: ["argument deletion", "argument name change"] + source_apis: [boto3.client] + target_apis: [boto.ec2.connect_to_region]