Chore: remove unused imports

This commit is contained in:
Alexander Zobnin
2020-05-22 12:49:39 +03:00
parent 6891f7c626
commit 0381f7fcba

View File

@@ -1,8 +1,5 @@
import _ from 'lodash'; import _ from 'lodash';
import moment from 'moment';
import TableModel from 'grafana/app/core/table_model';
import * as utils from '../datasource-zabbix/utils'; import * as utils from '../datasource-zabbix/utils';
import * as c from './constants';
import { DataFrame, Field, FieldType, ArrayVector } from '@grafana/data'; import { DataFrame, Field, FieldType, ArrayVector } from '@grafana/data';
import { ZBXProblem, ZBXTrigger, ProblemDTO } from './types'; import { ZBXProblem, ZBXTrigger, ProblemDTO } from './types';