Skip to content

Commit 1a44154

Browse files
committed
SeriesHelper is an oldstyle class
1 parent 9ccd8dd commit 1a44154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import six
99

1010

11-
class SeriesHelper(object):
11+
class SeriesHelper:
1212

1313
"""
1414
Subclassing this helper eases writing data points in bulk.

0 commit comments

Comments
 (0)