From 8a668941dcf40ec64044b7b4d9ef84accd8d70e1 Mon Sep 17 00:00:00 2001 From: dennisn Date: Fri, 27 Apr 2018 19:30:03 +0300 Subject: [PATCH] Remove comment as issues have been resolved --- examples/tutorial_pandas.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/tutorial_pandas.py b/examples/tutorial_pandas.py index b5fb8f79..67a5457d 100644 --- a/examples/tutorial_pandas.py +++ b/examples/tutorial_pandas.py @@ -12,7 +12,6 @@ def main(host='localhost', port=8086): user = 'root' password = 'root' dbname = 'demo' - # Temporarily avoid line protocol time conversion issues #412, #426, #431. protocol = 'json' client = DataFrameClient(host, port, user, password, dbname)