diff options
| author | deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | 2024-08-19 10:23:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 10:23:19 +0000 |
| commit | 43df5dd9c6bd21f33a7fccbc9b81ad3677637da5 (patch) | |
| tree | b0df6cdf480c78cdaae46d4f04cec3942586e31a /src/load_lambda.py | |
| parent | e27c6b48897a48f8462b8a0f40deb0ddaf301b63 (diff) | |
| download | de-project-bentley-43df5dd9c6bd21f33a7fccbc9b81ad3677637da5.tar.gz de-project-bentley-43df5dd9c6bd21f33a7fccbc9b81ad3677637da5.zip | |
style: format code with Autopep8, Black and Ruff Formatter
This commit fixes the style issues introduced in e27c6b4 according to the output
from Autopep8, Black and Ruff Formatter.
Details: https://github.com/ajschofield/de-project-bentley/pull/55
Diffstat (limited to 'src/load_lambda.py')
| -rw-r--r-- | src/load_lambda.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/load_lambda.py b/src/load_lambda.py index 6ee681f..c6a8e60 100644 --- a/src/load_lambda.py +++ b/src/load_lambda.py @@ -1,2 +1,2 @@ def lambda_handler(): - pass
\ No newline at end of file + pass |
