Skip to content

Commit 53b413b

Browse files
committed
Comment formatting:
Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
1 parent e5dfaf6 commit 53b413b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

aries_cloudagent/config/argparse.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,12 @@ def create_argument_parser(*, prog: str = None):
7474

7575

7676
def load_argument_groups(parser: ArgumentParser, *groups: Type[ArgumentGroup]):
77-
"""Log a set of argument groups into a parser.
77+
"""
78+
Log a set of argument groups into a parser.
79+
7880
Returns:
7981
A callable to convert loaded arguments into a settings dictionary
82+
8083
"""
8184
group_inst = []
8285
for group in groups:
@@ -1349,6 +1352,7 @@ def get_settings(self, args: Namespace):
13491352
class MediationInviteGroup(ArgumentGroup):
13501353
"""
13511354
Mediation invitation settings.
1355+
13521356
These can be provided at provision- and start-time.
13531357
"""
13541358

0 commit comments

Comments
 (0)