fix: sorted imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from django.urls import path, include
|
||||
from drf_spectacular.views import SpectacularSwaggerView, SpectacularRedocView
|
||||
from django.urls import include, path
|
||||
from drf_spectacular.views import SpectacularRedocView, SpectacularSwaggerView
|
||||
|
||||
from config.api.v1.views import APISchema
|
||||
|
||||
|
||||
Reference in New Issue
Block a user