From d2fff1cca85af91085de402873d9caa6ff6b18df Mon Sep 17 00:00:00 2001 From: Francisco Cocozza <39525266+francisco-cocozza@users.noreply.github.com> Date: Thu, 5 Dec 2024 05:30:43 +0800 Subject: [PATCH] Merged PR: General fixes/changes + taking care of the following tickets: AP-49681 AP-49682 * Refactor code for improved readability - AP-49681 * Refactor code for improved readability - AP-49682 --------- Co-authored-by: kostis-codefresh --- ctrlr/changes/changes_file_1204104130.py | 1 + ctrlr/changes/changes_file_1204104131.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 ctrlr/changes/changes_file_1204104130.py create mode 100644 ctrlr/changes/changes_file_1204104131.py diff --git a/ctrlr/changes/changes_file_1204104130.py b/ctrlr/changes/changes_file_1204104130.py new file mode 100644 index 000000000000..39f00156aaa1 --- /dev/null +++ b/ctrlr/changes/changes_file_1204104130.py @@ -0,0 +1 @@ +sorted([4, 2, 1, 3]) diff --git a/ctrlr/changes/changes_file_1204104131.py b/ctrlr/changes/changes_file_1204104131.py new file mode 100644 index 000000000000..f01d16a68b7b --- /dev/null +++ b/ctrlr/changes/changes_file_1204104131.py @@ -0,0 +1 @@ +pow(2, 3)