no json required

This commit is contained in:
n 2019-05-20 00:39:53 +02:00
parent a465d09e63
commit f9a1a61200
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import datetime
import time
import sqlite3 as lite
import argparse
import json
def main(host='localhost', port=8086, user='root', password='root', dbname='demo', dbfile='demo.db'):
"""Instantiate the connection to the InfluxDB client."""