We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eddfa9 commit d47f360Copy full SHA for d47f360
grouper/fe/util.py
@@ -49,7 +49,7 @@ class InvalidUser(Exception):
49
else:
50
class SentryHandler(SentryMixin, RequestHandler):
51
pass
52
- RequestHandler = SentryHandler
+ RequestHandler = SentryHandler # type: ignore # no support for conditional declarations #1152
53
54
55
class GrouperHandler(RequestHandler):
0 commit comments