Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
vasturiano committed Jan 13, 2025
1 parent ef79346 commit 02bcfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proportions-chart.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { select as d3Select, pointer as d3Pointer } from 'd3-selection';
import { select as d3Select } from 'd3-selection';
import { scaleLinear as d3ScaleLinear } from 'd3-scale';
import { pie as d3Pie } from 'd3-shape';
import { transition as d3Transition } from 'd3-transition';
Expand Down

0 comments on commit 02bcfe3

Please sign in to comment.