diff options
| author | deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | 2024-08-28 08:24:21 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-28 08:24:21 +0000 |
| commit | 95935534931b5ff6e617ba74c86cb7a6718128e4 (patch) | |
| tree | 2f048247e28298b012c7a7ff56e4afcd85bf5e4a /tests/test_load_lambda.py | |
| parent | 08c971f0e56d0896aa09200c26b5cfa53ff29ca1 (diff) | |
| download | de-project-bentley-95935534931b5ff6e617ba74c86cb7a6718128e4.tar.gz de-project-bentley-95935534931b5ff6e617ba74c86cb7a6718128e4.zip | |
style: format code with Autopep8, Black and Ruff Formatter
This commit fixes the style issues introduced in 08c971f according to the output
from Autopep8, Black and Ruff Formatter.
Details: https://github.com/ajschofield/de-project-bentley/pull/102
Diffstat (limited to 'tests/test_load_lambda.py')
| -rw-r--r-- | tests/test_load_lambda.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_load_lambda.py b/tests/test_load_lambda.py index 02cf2c0..65106f7 100644 --- a/tests/test_load_lambda.py +++ b/tests/test_load_lambda.py @@ -62,8 +62,6 @@ class TestLambdaHandler: assert result == {"error"} - - class TestRetrieveSecrets: def test_retrieve_secrets_returns_dictionary(self, mock_sm_client): secret = { |
