Skip to content

Commit

Permalink
🚧 test if lint workflow works, with faulty line
Browse files Browse the repository at this point in the history
Signed-off-by: ff137 <ff137@proton.me>
  • Loading branch information
ff137 committed Aug 15, 2024
1 parent 8a3602c commit f0bd4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/admin/request_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(
context: Optional[InjectionContext] = None,
settings: Optional[Mapping[str, object]] = None,
root_profile: Optional[Profile] = None,
metadata: Optional[dict] = None,
metadata: Optional[dict] = None
):
"""Initialize an instance of AdminRequestContext."""
self._context = (context or profile.context).start_scope(settings)
Expand Down

0 comments on commit f0bd4bd

Please sign in to comment.