Skip to content

Commit

Permalink
Fix isort error
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed Sep 20, 2024
1 parent cf89cd4 commit 676ffed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc/viewsets.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"""

import importlib
import logging
import re
import traceback
import logging
from typing import Optional, Tuple

from django.conf import settings
Expand Down

0 comments on commit 676ffed

Please sign in to comment.