Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 9f52f69

Browse files
committed
lint :(
1 parent ded7f74 commit 9f52f69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codecov_auth/admin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import datetime
21
import logging
32
from datetime import timedelta
43
from typing import Optional, Sequence
@@ -93,7 +92,7 @@ def impersonate_owner(self, request, queryset):
9392

9493
# this cookie is read by the `ImpersonationMiddleware` and
9594
# will reset `request.current_owner` to the impersonated owner
96-
max_age = 180 # 3 minutes
95+
# max_age = 180 # 3 minutes
9796
response.set_cookie(
9897
"staff_user",
9998
owner.ownerid,

0 commit comments

Comments
 (0)