Update influxdb_write.py (#65117)

Remove duplicated line
This commit is contained in:
nillvitor 2019-11-21 01:18:08 -03:00 committed by Abhijeet Kasurde
parent f1311d3e98
commit ede62b8ad4

View file

@ -70,7 +70,6 @@ class AnsibleInfluxDBWrite(InfluxDb):
def write_data_point(self, data_points):
client = self.connect_to_influxdb()
client.write_points(data_points)
try:
client.write_points(data_points)