Skip to content

Commit

Permalink
comment out unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kateriley1 committed Dec 19, 2024
1 parent 363788c commit 02322ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gov_uk_dashboards/components/plotly/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dash import html, dcc
from gov_uk_dashboards.components.plotly.card import card
from gov_uk_dashboards.components.plotly.paragraph import paragraph
from gov_uk_dashboards.components.plotly.row_component import row_component
# from gov_uk_dashboards.components.plotly.row_component import row_component


def table_from_dataframe(
Expand Down

0 comments on commit 02322ea

Please sign in to comment.