Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit fd4579c

Browse files
dmuiruriaviau
authored andcommitted
Remove comment as issues have been resolved (#581)
1 parent 13cdddb commit fd4579c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/tutorial_pandas.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ def main(host='localhost', port=8086):
1212
user = 'root'
1313
password = 'root'
1414
dbname = 'demo'
15-
# Temporarily avoid line protocol time conversion issues #412, #426, #431.
1615
protocol = 'json'
1716

1817
client = DataFrameClient(host, port, user, password, dbname)

0 commit comments

Comments
 (0)