Skip to content

Commit

Permalink
Pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
harini-venkataraman committed Jul 8, 2024
1 parent 827b582 commit 53b75c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/backend/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
# Subscription urls
try:

import pluggable_apps.subscription.urls # noqa # pylint: disable=unused-import
import pluggable_apps.subscription.urls # noqa # pylint: disable=unused-import

urlpatterns += [
path("", include("pluggable_apps.subscription.urls")),
Expand All @@ -93,7 +93,7 @@
pass

try:
import pluggable_apps.manual_review.urls
import pluggable_apps.manual_review.urls # noqa # pylint: disable=unused-import

urlpatterns += [
path("manual_review/", include("pluggable_apps.manual_review.urls")),
Expand Down

0 comments on commit 53b75c2

Please sign in to comment.