diff --git a/src/compile/selection/index.ts b/src/compile/selection/index.ts index 8c5fd1affa..d4b028799a 100644 --- a/src/compile/selection/index.ts +++ b/src/compile/selection/index.ts @@ -1,13 +1,7 @@ import {Binding, isString, NewSignal, Signal, Stream} from 'vega'; import {stringValue} from 'vega-util'; import {FACET_CHANNELS} from '../../channel'; -import { - LegendBinding, - SelectionInit, - SelectionInitInterval, - SelectionResolution, - SelectionType -} from '../../selection'; +import {LegendBinding, SelectionInit, SelectionInitInterval, SelectionResolution, SelectionType} from '../../selection'; import {Dict, vals} from '../../util'; import {OutputNode} from '../data/dataflow'; import {FacetModel} from '../facet';