You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/{{cookiecutter.project_slug}}/src/{{cookiecutter.project_slug}}/api.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,7 @@ class _Tag(str, Enum):
54
54
summary="Get basic service information",
55
55
response_model=ServiceInfo,
56
56
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],
60
58
)
61
59
defservice_info() ->ServiceInfo:
62
60
"""Provide service info per GA4GH Service Info spec
0 commit comments