From 5060b09b99850191f080ad8abf30bf3eba02f0f6 Mon Sep 17 00:00:00 2001 From: Pratik Goenka Date: Mon, 10 Mar 2025 16:42:45 +0530 Subject: [PATCH] Updated util.py to fix f string syntax error --- nbi_extension_example/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbi_extension_example/util.py b/nbi_extension_example/util.py index aad7caa..f847deb 100644 --- a/nbi_extension_example/util.py +++ b/nbi_extension_example/util.py @@ -29,7 +29,7 @@ """ -PARTICIPANT_ICON_URL = f"data:image/svg+xml;base64,{base64.b64encode(PARTICIPANT_ICON_SVG.encode("utf-8")).decode('utf-8')}" +PARTICIPANT_ICON_URL = f"data:image/svg+xml;base64,{base64.b64encode(PARTICIPANT_ICON_SVG.encode('utf-8')).decode('utf-8')}" def example_matplotlib_image(): # Data