From c5b17a02ab479547b199a7d38cd8718490dd059c Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Fri, 30 Aug 2024 15:54:34 -0400 Subject: [PATCH] oops --- bento_authorization_service/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bento_authorization_service/cli.py b/bento_authorization_service/cli.py index fbeb0cc..d38d22d 100644 --- a/bento_authorization_service/cli.py +++ b/bento_authorization_service/cli.py @@ -214,7 +214,7 @@ async def public_data_access_cmd(_config: Config, db: Database, args) -> int: expiry=None, notes=( f"Generated by the bento_authz CLI tool as a result of `bento_authz public-data-access {level} ..." - f"`", + f"`" ), ) )