Fixed linter error.

This commit is contained in:
Akshay Joshi 2022-06-13 18:37:37 +05:30
parent 3381516013
commit db7d72cca8

View File

@ -3,7 +3,7 @@ import React from 'react';
import {mount} from 'enzyme';
import '../helper/enzyme.helper';
import Graphs, {GraphsWrapper, X_AXIS_LENGTH, POINT_SIZE, transformData, legendCallback,
import Graphs, {GraphsWrapper, X_AXIS_LENGTH, POINT_SIZE, transformData,
getStatsUrl, statsReducer} from '../../../pgadmin/dashboard/static/js/Graphs';
describe('Graphs.js', ()=>{