We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7716d6 commit 1ceccb5Copy full SHA for 1ceccb5
.github/workflows/lint.yml
@@ -1,4 +1,4 @@
1
-name: Django Test
+name: Lint Code
2
3
on:
4
push:
apps/users/services.py
@@ -1,5 +1,5 @@
from django.http import HttpResponse, HttpRequest
-from rest_framework_simplejwt.tokens import RefreshToken, AccessToken
+from rest_framework_simplejwt.tokens import RefreshToken
5
def generate_jwt_tokens(user):
0 commit comments