Commit 6e401e43 authored by Jérome Perrin's avatar Jérome Perrin

Revert "TimerService: make TimerResponse support redirect()"

This reverts commit b404b724.

Redirects does not make any sense with timerserver responses, let's
keep this an error.
parent 143321c2
Pipeline #21420 failed with stage
in 0 seconds
......@@ -125,9 +125,6 @@ class TimerResponse(BaseResponse):
def _finish(self):
pass
def redirect(self, *args, **kw):
pass
def unauthorized(self):
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment