From 73e8a0248ab1de756d3aecc3e08d2c56808defb1 Mon Sep 17 00:00:00 2001 From: Yuriy Movchan Date: Thu, 2 May 2024 20:53:29 +0300 Subject: [PATCH] feat(jans-auth): remove dulicate import from SG script Signed-off-by: Yuriy Movchan --- Server/integrations/super_gluu/SuperGluuExternalAuthenticator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Server/integrations/super_gluu/SuperGluuExternalAuthenticator.py b/Server/integrations/super_gluu/SuperGluuExternalAuthenticator.py index 30f30efa7..0df43b935 100644 --- a/Server/integrations/super_gluu/SuperGluuExternalAuthenticator.py +++ b/Server/integrations/super_gluu/SuperGluuExternalAuthenticator.py @@ -5,7 +5,6 @@ # from com.google.android.gcm.server import Sender, Message -from com.notnoop.apns import APNS from java.util import Arrays from org.apache.http.params import CoreConnectionPNames from org.apache.http.entity import ContentType