Skip to content

Commit

Permalink
refactor: isort formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga committed Sep 18, 2024
1 parent 8b8f85a commit d89cde0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion oidc/viewsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
HttpResponseBadRequest,
HttpResponseRedirect,
)
from django.utils.translation import gettext as _
from django.utils import timezone
from django.utils.translation import gettext as _

import jwt
from rest_framework import permissions, status, viewsets
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ basepython = python3.9
commands =
pipenv sync --dev
flake8 {toxinidir}/oidc
black -v oidc --check -t py38 -t py39
isort -c -v .
black -v {toxinidir}/oidc --check -t py38 -t py39
isort -c -v {toxinidir}/oidc

[testenv]
deps =
Expand Down

0 comments on commit d89cde0

Please sign in to comment.