From d0501a483ebf2a026c0c4105b2fc37c1285016c1 Mon Sep 17 00:00:00 2001 From: "sudo-infra-app[bot]" Date: Wed, 22 Apr 2026 13:36:00 +0000 Subject: [PATCH 1/2] chore: add PR template --- .github/pull_request_template.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..2172a78 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,15 @@ + ## Issue +_Link to the issue resolved by this PR._ + +## Description +_Description of the approach taken to solve the issue._ + +## How to test +_How to verify the changes._ + +## Checklist +- [ ] No redundant \`print()\` statements, commented-out code, or other remnants from the development ๐Ÿ‘€ +- [ ] New/refactored code is following same conventions as the rest of the code base ๐Ÿงฌ +- [ ] New/refactored code is tested โš™ +- [ ] Documentation has been updated ๐Ÿงพ +- [ ] Commits are semantic โœ… \ No newline at end of file From 64d5d858939d08def4adedb09acf3c2a970dff7a Mon Sep 17 00:00:00 2001 From: Runar Ask Johannessen <89020325+equinor-ruaj@users.noreply.github.com> Date: Thu, 23 Apr 2026 10:31:03 +0200 Subject: [PATCH 2/2] chore: formatting --- src/sumo/wrapper/_auth_provider.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sumo/wrapper/_auth_provider.py b/src/sumo/wrapper/_auth_provider.py index 1f83f1f..cc0bc36 100644 --- a/src/sumo/wrapper/_auth_provider.py +++ b/src/sumo/wrapper/_auth_provider.py @@ -325,8 +325,8 @@ def login(self): if "error" in flow: print( "\n\n \033[31m" - + "Failed to initiate device-code login. Err: %s" - + "\033[0m" % json.dumps(flow, indent=4) + + "Failed to initiate device-code login. Err: %s\033[0m" + % json.dumps(flow, indent=4) ) return flow["expires_at"] = (