From 038925aea4a9fe4b399cb1947b9d3f37f7684285 Mon Sep 17 00:00:00 2001 From: ford-at-aws Date: Mon, 9 Sep 2024 10:04:46 -0400 Subject: [PATCH] isort and black --- .tools/readmes/config.py | 2 +- .tools/readmes/render.py | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.tools/readmes/config.py b/.tools/readmes/config.py index 5270f523535..230122157e2 100644 --- a/.tools/readmes/config.py +++ b/.tools/readmes/config.py @@ -136,7 +136,7 @@ "device-farm": "python/example_code/devicefarm", "elastic-load-balancing-v2": "python/example_code/elastic-load-balancing", "secrets-manager": "python/example_code/secretsmanager", - "dynamodb": "python/example_code/dynamodb" + "dynamodb": "python/example_code/dynamodb", }, } }, diff --git a/.tools/readmes/render.py b/.tools/readmes/render.py index d190040abe3..972cda0c1ed 100644 --- a/.tools/readmes/render.py +++ b/.tools/readmes/render.py @@ -274,7 +274,12 @@ def render(self) -> RenderStatus: custom_cats = self._transform_custom_categories() if ( - len(hello) + len(actions) + len(basics) + len(scenarios) + len(custom_cats) + len(crosses) + len(hello) + + len(actions) + + len(basics) + + len(scenarios) + + len(custom_cats) + + len(crosses) == 0 ): return RenderStatus.NO_EXAMPLES