Skip to content

Commit 647fa77

Browse files
committed
missing whitespaces
Signed-off-by: hwassman <[email protected]>
1 parent d55a19c commit 647fa77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_opentsdb.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def query_raw_data_setup():
126126
'metric': 'cpu_system', 'index': 0,
127127
'shouldComputeRate': True, 'isCounter': False
128128
}
129-
}
129+
}
130130
jreq2 = {'start': 1739214930519, 'end': 1739215230519, 'arrays': True,
131131
'inputQuery': {'aggregator': 'noop', 'downsample': '1m-avg',
132132
'filters': [
@@ -136,7 +136,7 @@ def query_raw_data_setup():
136136
'metric': 'cpu_system', 'index': 0,
137137
'shouldComputeRate': True, 'isCounter': True
138138
}
139-
}
139+
}
140140
jreq3 = {'start': 1746277483949, 'end': None,
141141
'inputQuery': {'aggregator': 'noop', 'downsampleAggregator': 'avg',
142142
'downsampleFillPolicy': 'none',
@@ -152,7 +152,7 @@ def query_raw_data_setup():
152152
'disableDownsampling': True,
153153
'explicitTags': False, 'index': 0
154154
}
155-
}
155+
}
156156

157157

158158
@with_setup(my_setup)

0 commit comments

Comments
 (0)