Skip to content

Commit 85f5efd

Browse files
author
Kurt Spindler
committed
fix flake8
1 parent ead7d23 commit 85f5efd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

influxdb/influxdb08/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ def write_points(self, data, time_precision='s', *args, **kwargs):
281281
[
282282
12
283283
]
284-
],
285-
"name": "cpu_load_short",
284+
],
285+
"name": "cpu_load_short",
286286
"columns": [
287287
"value"
288288
]

0 commit comments

Comments
 (0)