From 7865c03655f150df79ccd8dd2ba818db9e6df313 Mon Sep 17 00:00:00 2001 From: mutantsan Date: Tue, 11 Jun 2024 14:42:03 +0300 Subject: [PATCH] fix accidental import --- ckanext/charts/chart_builders/plotly.py | 1 - 1 file changed, 1 deletion(-) 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