From 8014ef067b6c9a066cc75c7ee4aaeb10f58f9b97 Mon Sep 17 00:00:00 2001 From: jrycw Date: Sun, 24 Nov 2024 17:50:39 +0800 Subject: [PATCH] Update `shiny.py` --- great_tables/shiny.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/great_tables/shiny.py b/great_tables/shiny.py index 405de8cae..37789aa15 100644 --- a/great_tables/shiny.py +++ b/great_tables/shiny.py @@ -5,7 +5,7 @@ "render_gt", ) -from great_tables import GT +from .gt import GT from htmltools import Tag, div, HTML try: