Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Jan 2, 2025
1 parent d75bf44 commit 7b24f46
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ class _Tag(str, Enum):
summary="Get basic service information",
response_model=ServiceInfo,
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/)",
tags=[
_Tag.META,
],
tags=[_Tag.META],
)
def service_info() -> ServiceInfo:
"""Provide service info per GA4GH Service Info spec
Expand Down

0 comments on commit 7b24f46

Please sign in to comment.