From 2ea5e50b3563571b902a288934c0034d1414bebd Mon Sep 17 00:00:00 2001 From: Usama Sadiq Date: Fri, 5 Feb 2021 00:04:10 +0500 Subject: [PATCH] squash: remove duplicate amnesty message --- openedx/core/apidocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/apidocs.py b/openedx/core/apidocs.py index e38ec935df..86a3847c95 100644 --- a/openedx/core/apidocs.py +++ b/openedx/core/apidocs.py @@ -1,4 +1,4 @@ -""" # lint-amnesty, pylint: disable=django-not-configured # lint-amnesty, pylint: disable=django-not-configured +""" # lint-amnesty, pylint: disable=django-not-configured Open API support. """