Skip to content

Commit f567798

Browse files
committed
doc
1 parent 1fa79af commit f567798

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/echo_services_markdown.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
_SWAGGER_URL_PREFIX: Final[str] = f"https://petstore.swagger.io/?url={_URL_PREFIX}"
2424

2525

26-
# SEE https://shields.io/badges
27-
28-
2926
def _to_row(values: Iterable):
3027
return f"| {'|'.join(map(str, values))} |\n"
3128

0 commit comments

Comments
 (0)