Skip to content

Commit

Permalink
isort and black
Browse files Browse the repository at this point in the history
  • Loading branch information
ford-at-aws authored and scmacdon committed Sep 19, 2024
1 parent 6fd65d4 commit 038925a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tools/readmes/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
}
},
Expand Down
7 changes: 6 additions & 1 deletion .tools/readmes/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 038925a

Please sign in to comment.