From c158054219523f156c630f59a2bd5ebf11252d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Hru=C5=A1ka?= Date: Tue, 28 May 2024 13:50:37 +0200 Subject: [PATCH] flake8 --- seacatauth/authn/service.py | 1 - 1 file changed, 1 deletion(-) diff --git a/seacatauth/authn/service.py b/seacatauth/authn/service.py index 3a9cbecb..d503fe33 100644 --- a/seacatauth/authn/service.py +++ b/seacatauth/authn/service.py @@ -409,7 +409,6 @@ async def create_impersonated_session(self, impersonator_session, target_cid: st """ Create a new root session as a different user. Equivalent to logging in as the target user. """ - ext_login_svc = self.App.get_service("seacatauth.ExternalLoginService") impersonator_cid = impersonator_session.Credentials.Id # Check if target exists