From 0495cda2dc6248386f4aa3f39dcf853d6846a75b Mon Sep 17 00:00:00 2001 From: SanjeevLakhwani Date: Thu, 30 Jan 2025 01:05:31 -0500 Subject: [PATCH] lint fixes --- py_bentoctl/auth_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py_bentoctl/auth_helper.py b/py_bentoctl/auth_helper.py index 31ec5688..17d05f5b 100644 --- a/py_bentoctl/auth_helper.py +++ b/py_bentoctl/auth_helper.py @@ -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