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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy