Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjeevLakhwani committed Jan 30, 2025
1 parent ed48775 commit 0495cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_bentoctl/auth_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def create_realm_if_needed(token: str, login_theme: str = "keycloak") -> None:
updated_realm = True

if realm.get("internationalizationEnabled") is not True or set(realm.get("supportedLocales", [])) != {
"en", "fr"}:
"en", "fr"}:
realm["internationalizationEnabled"] = True
realm["supportedLocales"] = ["en", "fr"]
updated_realm = True
Expand Down

0 comments on commit 0495cda

Please sign in to comment.