Skip to content

Commit fdf0219

Browse files
schmikeiv-zhuravlev
authored andcommitted
remove unused variables
1 parent 43da88d commit fdf0219

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

clickhouse-mixin/panels.libsonnet

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
local g = import './g.libsonnet';
22
local commonlib = import 'common-lib/common/main.libsonnet';
3-
local utils = commonlib.utils;
43

54
{
65
new(this)::
76
{
87
local t = this.grafana.targets,
9-
local stat = g.panel.stat,
10-
local fieldOverride = g.panel.table.fieldOverride,
11-
local alertList = g.panel.alertList,
12-
local pieChart = g.panel.pieChart,
13-
local barGauge = g.panel.barGauge,
148

159
interserverConnectionsPanel:
1610
commonlib.panels.generic.timeSeries.base.new(

0 commit comments

Comments
 (0)