Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danangmassandy committed Jul 27, 2023
1 parent 0534a16 commit 813adcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions django_project/azure_auth/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ def auth_url(self, obj: ThirdPartyApplication):
url = reverse('azure_auth:third-party')
return f'{scheme}{current_site.domain}{url}?client_id={obj.client_id}'


admin.site.register(RegisteredDomain, RegisteredDomainAdmin)
admin.site.register(ThirdPartyApplication, ThirdPartyApplicationAdmin)
1 change: 0 additions & 1 deletion django_project/core/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from drf_yasg import openapi
from drf_yasg.generators import OpenAPISchemaGenerator
from django.contrib.sites.models import Site
from django.http import HttpResponseRedirect

from django.conf import settings
from django.urls import re_path, include, path
Expand Down

0 comments on commit 813adcc

Please sign in to comment.