Skip to content

Commit 02d277e

Browse files
committed
fix formatting
1 parent 180f063 commit 02d277e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/config_pydantic.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ class ConfigureTdf(BaseSettings):
5454
)
5555

5656
OIDC_OP_TOKEN_ENDPOINT: str = Field(
57-
default_factory=lambda data: f"{data['KEYCLOAK_URL']}realms/opentdf/protocol/openid-connect/token"
57+
default_factory=lambda data: (
58+
f"{data['KEYCLOAK_URL']}realms/opentdf/protocol/openid-connect/token"
59+
)
5860
)
5961

6062
# NOTE: The following variableis used for OIDC, NPE encryption/decryption, as

0 commit comments

Comments
 (0)