Skip to content

Commit 0bb5934

Browse files
committed
fix flake8 findings
Signed-off-by: hwassman <[email protected]>
1 parent a4eeed5 commit 0bb5934

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_opentsdb.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,19 +120,19 @@ def query_raw_data_setup():
120120
jreq1 = {'start': 1739214930519, 'end': 1739215230519, 'arrays': True,
121121
'inputQuery': {'aggregator': 'noop', 'downsample': '1m-avg',
122122
'filters': [
123-
{'filter': 'scale-11', 'groupBy': False,
124-
'tagk': 'node', 'type': 'pm_filter'
125-
}],
123+
{'filter': 'scale-11', 'groupBy': False,
124+
'tagk': 'node', 'type': 'pm_filter'
125+
}],
126126
'metric': 'cpu_system', 'index': 0,
127127
'shouldComputeRate': True, 'isCounter': False
128128
}
129129
}
130130
jreq2 = {'start': 1739214930519, 'end': 1739215230519, 'arrays': True,
131131
'inputQuery': {'aggregator': 'noop', 'downsample': '1m-avg',
132132
'filters': [
133-
{'filter': 'scale-11', 'groupBy': False,
134-
'tagk': 'node', 'type': 'pm_filter'
135-
}],
133+
{'filter': 'scale-11', 'groupBy': False,
134+
'tagk': 'node', 'type': 'pm_filter'
135+
}],
136136
'metric': 'cpu_system', 'index': 0,
137137
'shouldComputeRate': True, 'isCounter': True
138138
}

0 commit comments

Comments
 (0)