We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b772fa6 commit a689741Copy full SHA for a689741
oauth2_provider/tasks.py
@@ -4,4 +4,5 @@
4
@shared_task
5
def clear_tokens():
6
from ...models import clear_expired # noqa
7
+
8
clear_expired()
0 commit comments