From 9f8fc13cfe78ef64b8432209c25784b7c237c01d Mon Sep 17 00:00:00 2001 From: Kathy Pippert Date: Wed, 28 Jun 2023 17:15:17 -0400 Subject: [PATCH] Resolve literal string tagging error --- src/ansys/dynamicreporting/core/adr_service.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ansys/dynamicreporting/core/adr_service.py b/src/ansys/dynamicreporting/core/adr_service.py index b20f59f..a62d554 100644 --- a/src/ansys/dynamicreporting/core/adr_service.py +++ b/src/ansys/dynamicreporting/core/adr_service.py @@ -11,9 +11,6 @@ my_img = adr_service.create_item() my_img.item_image = 'Image_to_push_on_report' adr_service.visualize_report() - -:: -Visualization of the default report """ import atexit