Skip to content

Commit ad7159a

Browse files
author
Grégory Starck
committed
slightly better to use super(..) here.
1 parent e45f18c commit ad7159a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/dataframe_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def query(self, query, time_precision='s', chunked=False):
8686
retrieved in chunks, False otherwise.
8787
8888
"""
89-
result = InfluxDBClient.query(self,
89+
result = super(DataFrameClient, self).query(
9090
query=query,
9191
time_precision=time_precision,
9292
chunked=chunked)

0 commit comments

Comments
 (0)