Skip to content

Commit 528275d

Browse files
committed
Merge pull request influxdata#134 from savoirfairelinux/clean
Useless when using enumerate()
2 parents 8d7098e + 421fe54 commit 528275d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

influxdb/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def format_query_response(response):
115115
item = {}
116116
for cur_col, field in enumerate(value):
117117
item[row['columns'][cur_col]] = field
118-
cur_col += 1
119118
items.append(item)
120119
return series
121120

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