Skip to content

Commit

Permalink
Update influxdb_write.py (ansible#65117)
Browse files Browse the repository at this point in the history
Remove duplicated line
  • Loading branch information
nillvitor authored and Akasurde committed Nov 21, 2019
1 parent f1311d3 commit ede62b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ansible/modules/database/influxdb/influxdb_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ede62b8

Please sign in to comment.