Skip to content

Commit 5be4b7f

Browse files
vytautas-karpaviciusnineinchnick
authored andcommitted
Fix import for TrinoDataVariableSupport
1 parent 48f575c commit 5be4b7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/datasource.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { DataSourceInstanceSettings, ScopedVars } from '@grafana/data';
22
import { DataSourceWithBackend, getBackendSrv, getTemplateSrv, toDataQueryError } from '@grafana/runtime';
33
import { TrinoDataSourceOptions, TrinoQuery } from './types';
4+
import { TrinoDataVariableSupport } from './variable';
45
import { lastValueFrom, of } from 'rxjs';
56
import { catchError, mapTo } from 'rxjs/operators';
67
import { map } from 'lodash';

0 commit comments

Comments
 (0)