Skip to content

Commit

Permalink
fix: change acction
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamovAkrom committed Nov 19, 2024
1 parent a7716d6 commit 1ceccb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Django Test
name: Lint Code

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion apps/users/services.py
Original file line number Diff line number Diff line change
@@ -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


def generate_jwt_tokens(user):
Expand Down

0 comments on commit 1ceccb5

Please sign in to comment.