Skip to content

Commit f590359

Browse files
committed
fix: removed deprecated usage of DataQuery from grafana/data
1 parent cf2dc34 commit f590359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/log/LogsModel.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { groupBy } from 'lodash';
22
import { from, isObservable, Observable, ObservableInput } from 'rxjs';
33
import {
44
DataFrame,
5-
DataQuery,
65
DataQueryRequest,
76
DataQueryResponse,
87
DataSourceApi,
@@ -19,7 +18,8 @@ import {
1918
FieldType,
2019
toDataFrame,
2120
} from '@grafana/data';
22-
import { BarAlignment, GraphDrawStyle, StackingMode } from '@grafana/schema';
21+
22+
import { BarAlignment, GraphDrawStyle, StackingMode, DataQuery } from '@grafana/schema';
2323
import { colors } from '@grafana/ui';
2424
import { getTheme } from 'utils/zincutils';
2525

0 commit comments

Comments
 (0)