From 238adf441fbcd47456d2ce66c2d897480262d5de Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Mon, 11 May 2026 00:19:37 -0600 Subject: [PATCH] fix: remove duplicate return statement in ProblemYearlyACRateAPI --- problem/views/oj.py | 1 - 1 file changed, 1 deletion(-) diff --git a/problem/views/oj.py b/problem/views/oj.py index c0823c0..4ce1f1b 100644 --- a/problem/views/oj.py +++ b/problem/views/oj.py @@ -329,4 +329,3 @@ class ProblemYearlyACRateAPI(APIView): cache.set(cache_key, data, 3600) return self.success(data) - return self.success(result)