Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Dec 8, 2023
1 parent 4ff66fe commit d630b9a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions backend/gsr_booking/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@

urlpatterns = [
path("", include(router.urls)),
path(
"locations/",
Locations.as_view(),
cache_page(Cache.MONTH)(Locations.as_view()),
name="locations",
),
path("locations/", cache_page(Cache.MONTH)(Locations.as_view()), name="locations",),
path("recent/", RecentGSRs.as_view(), name="recent-gsrs"),
path("wharton/", CheckWharton.as_view(), name="is-wharton"),
path("availability/<lid>/<gid>", Availability.as_view(), name="availability"),
Expand Down

0 comments on commit d630b9a

Please sign in to comment.