Skip to content

Commit

Permalink
Different solution try
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL committed Oct 30, 2023
1 parent 7eb7e90 commit 151f795
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vizro-core/src/vizro/tables/dash_table.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 151f795

Please sign in to comment.