Skip to content

Commit 7b24f46

Browse files
committed
cleanup
1 parent d75bf44 commit 7b24f46

File tree

1 file changed

+1
-3
lines changed
  • python/{{cookiecutter.project_slug}}/src/{{cookiecutter.project_slug}}

1 file changed

+1
-3
lines changed

python/{{cookiecutter.project_slug}}/src/{{cookiecutter.project_slug}}/api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ class _Tag(str, Enum):
5454
summary="Get basic service information",
5555
response_model=ServiceInfo,
5656
description="Retrieve service metadata, such as versioning and contact info. Structured in conformance with the [GA4GH service info API specification](https://www.ga4gh.org/product/service-info/)",
57-
tags=[
58-
_Tag.META,
59-
],
57+
tags=[_Tag.META],
6058
)
6159
def service_info() -> ServiceInfo:
6260
"""Provide service info per GA4GH Service Info spec

0 commit comments

Comments
 (0)