Skip to content

Commit

Permalink
fix #OPPIA-1331
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlittle committed Nov 2, 2022
1 parent 6c0b886 commit f0bc2a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions api/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.conf.urls import include
from django.urls import path

from django.urls import path, include
from tastypie.api import Api

from activitylog.views import post_activitylog
Expand Down
4 changes: 2 additions & 2 deletions integrations/urls.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from django.conf.urls import include
from django.urls import path

from django.urls import path, include

from integrations import views

Expand Down
3 changes: 1 addition & 2 deletions oppiamobile/urls.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

from django.conf.urls import include
from django.urls import path
from django.urls import path, include
from django.utils.translation import gettext_lazy as _
from django.contrib import admin

Expand Down

0 comments on commit f0bc2a0

Please sign in to comment.