Revert "zproject: Prevent having exactly 17/18 middlewares, for Python 3.11 bug."

This reverts commit cf0b803d50.

(cherry picked from commit 41f253774d)
This commit is contained in:
Anders Kaseorg
2024-02-01 17:28:18 -08:00
committed by Tim Abbott
parent 81d78cb88c
commit 0c67227f88
2 changed files with 0 additions and 15 deletions

View File

@@ -755,7 +755,3 @@ class ZulipSCIMAuthCheckMiddleware(SCIMAuthCheckMiddleware):
return response
return None
class ZulipNoopMiddleware(MiddlewareMixin):
pass