Skip to content
Snippets Groups Projects
Commit e97f2dfb authored by Fry, Janell's avatar Fry, Janell
Browse files

IOW-307 Codacy fixes.

parent c83c4c0b
No related branches found
No related tags found
No related merge requests found
import {select, selectAll} from 'd3-selection'; import {select, selectAll} from 'd3-selection';
import {lineMarker, rectangleMarker, textOnlyMarker} from './markers'; import {lineMarker, rectangleMarker, textOnlyMarker} from './markers';
import {drawSimpleLegend} from './legend'; import {drawSimpleLegend} from './legend';
import {configureStore} from "../store"; import {configureStore} from '../store';
import {drawTimeSeriesLegend} from "../components/dailyValueHydrograph/legend"; import {drawTimeSeriesLegend} from '../components/dailyValueHydrograph/legend';
describe('Legend module', () => { describe('Legend module', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment