diff --git a/ckanext/charts/chart_builders/plotly.py b/ckanext/charts/chart_builders/plotly.py index fe70e4d..18055db 100644 --- a/ckanext/charts/chart_builders/plotly.py +++ b/ckanext/charts/chart_builders/plotly.py @@ -1,6 +1,5 @@ from __future__ import annotations -from turtle import title from typing import Any, cast import pandas as pd