Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt711 committed Aug 16, 2024
1 parent cbb780d commit 713407a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/cuxfilter/charts/bokeh/plots/bar.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import holoviews as hv
import param
import pandas as pd
from cuxfilter.charts.core.aggregate import BaseAggregateChart
from cuxfilter.assets.numba_kernels import calc_groupby
import panel as pn
Expand Down

0 comments on commit 713407a

Please sign in to comment.