Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix: fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Aug 25, 2023
1 parent 645b0d4 commit 09b04d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registrar/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

from auth_backends.urls import oauth2_urlpatterns
from django.conf import settings
from django.urls import include, path, re_path
from django.conf.urls.static import static
from django.contrib import admin
from django.urls import include, path, re_path
from django.views.generic.base import RedirectView
from edx_api_doc_tools import make_api_info, make_docs_ui_view

Expand Down

0 comments on commit 09b04d3

Please sign in to comment.