Skip to content

Commit

Permalink
pep
Browse files Browse the repository at this point in the history
  • Loading branch information
elegantmoose committed Sep 26, 2023
1 parent 3a73279 commit 1975106
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/service/auth_svc.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ def request_has_valid_api_key(self, request):
return True
return False


async def request_has_valid_user_session(self, request):
return await aiohttp_security_api.authorized_userid(request) is not None

Expand Down

0 comments on commit 1975106

Please sign in to comment.