Skip to content

Commit 2f41581

Browse files
committed
🎨 Add comment
1 parent a8e3d88 commit 2f41581

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aries_cloudcontroller/models/publish_revocations_result_schema_anoncreds.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class PublishRevocationsResultSchemaAnoncreds(BaseModel):
2929
PublishRevocationsResultSchemaAnoncreds
3030
""" # noqa: E501
3131

32+
# keep custom changes
3233
rrid2crid: Optional[Dict[str, List[Annotated[int, Field(strict=True)]]]] = Field(
3334
default=None, description="Credential revocation ids by revocation registry id"
3435
)

0 commit comments

Comments
 (0)