Skip to content

Commit 13110bf

Browse files
cjhowlandryjones
authored andcommitted
fix: flake8 failure
Signed-off-by: Char Howland <char@indicio.tech>
1 parent de4c36b commit 13110bf

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • aries_cloudagent/resolver/default

aries_cloudagent/resolver/default/indy.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ def supported_did_regex(self) -> Pattern:
5050
return IndyDID.PATTERN
5151

5252
def process_endpoint_types(self, types):
53-
"""Process endpoint types to return only expected types,
54-
subset of expected types, or default types.
53+
"""Process endpoint types.
54+
55+
Returns expected types, subset of expected types,
56+
or default types.
5557
"""
5658
expected_types = ["endpoint", "did-communication", "DIDComm"]
5759
default_types = ["endpoint", "did-communication"]

0 commit comments

Comments
 (0)