chore: removed 'wrong-import-order' from disabled imports (#29365)
* chore: removed 'wrong-import-order' from disabled imports
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
"""
|
||||
URLs for track app
|
||||
"""
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
from .views import segmentio
|
||||
from django.urls import path
|
||||
|
||||
urlpatterns = [
|
||||
path('event', views.user_track),
|
||||
|
||||
Reference in New Issue
Block a user