diff --git a/vizro-core/src/vizro/tables/dash_table.py b/vizro-core/src/vizro/tables/dash_table.py index bc0c5d7ae..f28315834 100644 --- a/vizro-core/src/vizro/tables/dash_table.py +++ b/vizro-core/src/vizro/tables/dash_table.py @@ -1,7 +1,6 @@ """Module containing the standard implementation of `dash_table.DataTable`.""" from collections import defaultdict -from collections.abc import Mapping -from typing import Any, Dict +from typing import Any, Dict, Mapping import pandas as pd from dash import dash_table