Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dulmandakh authored and Asif Saif Uddin committed Apr 9, 2020
1 parent 202aeb0 commit 4ec4a92
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions oauth2_provider/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
re_path(r"^applications/(?P<pk>[\w-]+)/update/$", views.ApplicationUpdate.as_view(), name="update"),
# Token management views
re_path(r"^authorized_tokens/$", views.AuthorizedTokensListView.as_view(), name="authorized-token-list"),
re_path(r"^authorized_tokens/(?P<pk>[\w-]+)/delete/$", views.AuthorizedTokenDeleteView.as_view(),
name="authorized-token-delete"),
re_path(r"^authorized_tokens/(?P<pk>[\w-]+)/delete/$", views.AuthorizedTokenDeleteView.as_view(), name="authorized-token-delete"),
]


Expand Down

0 comments on commit 4ec4a92

Please sign in to comment.