Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
byewokko committed May 28, 2024
1 parent de8ba22 commit c158054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion seacatauth/authn/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c158054

Please sign in to comment.