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"`" ), ) )