Skip to content

Commit 72f5726

Browse files
committed
Update
1 parent 7725338 commit 72f5726

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/datasource.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { DataSourceInstanceSettings, CoreApp, ScopedVars, AnnotationEvent } from '@grafana/data';
2-
import { DataSourceWithBackend, getTemplateSrv } from '@grafana/runtime';
2+
import { DataSourceWithBackend, getTemplateSrv, getBackendSrv } from '@grafana/runtime';
33

44
import { MyQuery, DataSourceOptions, DEFAULT_QUERY } from './types';
5-
import { getBackendSrv } from '@grafana/runtime';
65
import { firstValueFrom } from 'rxjs';
76

87
export class DataSource extends DataSourceWithBackend<MyQuery, DataSourceOptions> {

0 commit comments

Comments
 (0)