Skip to content

Commit 86d1b7e

Browse files
committed
🎨 black formatting
Signed-off-by: ff137 <[email protected]>
1 parent 4f2b24a commit 86d1b7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pydid/service.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ class DIDCommV1Service(Service):
2929

3030
model_config = ConfigDict(extra="forbid")
3131

32-
type: Literal["IndyAgent", "did-communication", "DIDCommMessaging"] = (
33-
"did-communication"
34-
)
32+
type: Literal[
33+
"IndyAgent", "did-communication", "DIDCommMessaging"
34+
] = "did-communication"
3535
service_endpoint: EndpointStrings
3636
recipient_keys: List[DIDUrl]
3737
routing_keys: List[DIDUrl] = []

0 commit comments

Comments
 (0)