8000 Update influxdb_client_3/__init__.py · InfluxCommunity/influxdb3-python@d392295 · GitHub
[go: up one dir, main page]

Skip to content

Commit d392295

Browse files
Update influxdb_client_3/__init__.py
Co-authored-by: Jay Clifford <45856600+Jayclifford345@users.noreply.github.com>
1 parent f571d3e commit d392295

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

influxdb_client_3/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ def query(self, query, language="sql", mode="all", database=None,**kwargs ):
219219
_deep_merge(args, custom_args)
220220
print(args["headers"])
221221
_options = FlightCallOptions(headers=args["headers"])
222-
print(_options)
223222
ticket_data = {"database": database, "sql_query": query, "query_type": language}
224223
ticket = Ticket(json.dumps(ticket_data).encode('utf-8'))
225224
flight_reader = self._flight_client.do_get(ticket, _options)

0 commit comments

Comments
 (0)
0