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

Commit 1180e9f

Browse files
Get rid of TODO item
1 parent ac5954f commit 1180e9f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

codecov_auth/admin.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,6 @@ def is_stale(user: dict) -> bool:
379379
)
380380

381381
stale_users = {user.ownerid for user in resolved_users if is_stale(user)}
382-
383-
# TODO: the existing stale user cleanup script clears the `oauth_token`, though the reason for that is not clear?
384-
# Owner.objects.filter(ownerid__in=stale_users).update(oauth_token=None)
385-
386382
affected_orgs = {
387383
org for org in orgs if stale_users.intersection(set(org.plan_activated_users))
388384
}

0 commit comments

Comments
 (0)