From 8ced8b61f076ee46a128343e56c461a33b2015cc Mon Sep 17 00:00:00 2001 From: James Coker Date: Thu, 12 Sep 2024 12:29:40 +0100 Subject: [PATCH] remove unused import --- gov_uk_dashboards/components/plotly/table.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gov_uk_dashboards/components/plotly/table.py b/gov_uk_dashboards/components/plotly/table.py index 8280366..07b5111 100644 --- a/gov_uk_dashboards/components/plotly/table.py +++ b/gov_uk_dashboards/components/plotly/table.py @@ -2,7 +2,6 @@ from typing import Optional from pandas import DataFrame from dash import html, dcc -from gov_uk_dashboards.components.plotly.row_component import row_component from gov_uk_dashboards.components.plotly.card import card