Skip to content

Commit

Permalink
refactor: black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ukanga committed Sep 18, 2024
1 parent 14a4dd8 commit 8b8f85a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions oidc/apps.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Application Module for oidc app
"""

from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _

Expand Down
1 change: 1 addition & 0 deletions oidc/client.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Client module for the oidc app
"""

import json
import secrets
from typing import Optional
Expand Down
1 change: 1 addition & 0 deletions oidc/urls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
URL Configuration file for ona-oidc
"""

from django.conf import settings
from django.urls import re_path

Expand Down
1 change: 1 addition & 0 deletions oidc/viewsets.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
oidc Viewsets module
"""

import importlib
import re
from typing import Optional, Tuple
Expand Down

0 comments on commit 8b8f85a

Please sign in to comment.