Skip to content

Commit

Permalink
Merge pull request #2922 from ttys0dev/remove-ratelimiter-view-docket
Browse files Browse the repository at this point in the history
Ratelimit isn't asyncio compatible
  • Loading branch information
mlissner authored Jul 20, 2023
2 parents 8c5846d + 3406115 commit fad39d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cl/opinion_page/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ def core_docket_data(
)


@ratelimit_deny_list
async def view_docket(
request: HttpRequest, pk: int, slug: str
) -> HttpResponse:
Expand Down

0 comments on commit fad39d0

Please sign in to comment.