From ba6ab917b6c6331456b0c79c914951fd59535b21 Mon Sep 17 00:00:00 2001 From: am-agrawa Date: Tue, 6 Aug 2024 14:10:05 +0530 Subject: [PATCH] doctext formatting Signed-off-by: am-agrawa --- ocs_ci/deployment/deployment.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ocs_ci/deployment/deployment.py b/ocs_ci/deployment/deployment.py index 67155c3b20c..2cbf2e7cf70 100644 --- a/ocs_ci/deployment/deployment.py +++ b/ocs_ci/deployment/deployment.py @@ -3454,7 +3454,8 @@ def check_observability_status(self): """ Check observability status - raises ACMObservabilityNotEnabled: if the cmd returns False, ACM observability is not enabled + Raises: + ACMObservabilityNotEnabled: if the cmd returns False, ACM observability is not enabled """