Skip to content

Commit 913bb7b

Browse files
reformat description string to avoid wonky whitespace formatting
1 parent 0fa0571 commit 913bb7b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/anyvlm/schemas/vlm.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,12 @@ class Meta(BaseModel):
7676
)
7777
beaconId: str = Field(
7878
default="",
79-
description="""
80-
The Id of a Beacon. Usually a reversed domain string, but any URI is acceptable. The purpose of this attribute is,
81-
in the context of a Beacon network, to disambiguate responses coming from different Beacons. See the beacon documentation
82-
[here](https://github.com/ga4gh-beacon/beacon-v2/blob/c6558bf2e6494df3905f7b2df66e903dfe509500/framework/src/common/beaconCommonComponents.yaml#L26)
83-
""",
79+
description=(
80+
"The Id of a Beacon. Usually a reversed domain string, but any URI is acceptable. "
81+
"The purpose of this attribute is,in the context of a Beacon network, to disambiguate "
82+
"responses coming from different Beacons. See the beacon documentation "
83+
"[here](https://github.com/ga4gh-beacon/beacon-v2/blob/c6558bf2e6494df3905f7b2df66e903dfe509500/framework/src/common/beaconCommonComponents.yaml#L26)"
84+
),
8485
)
8586
returnedSchemas: list[ReturnedSchema] = [ReturnedSchema()]
8687

0 commit comments

Comments
 (0)