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

Commit 738b033

Browse files
committed
one more try for pep257 compliance for the ping function
1 parent b9aeef9 commit 738b033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

influxdb/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,10 @@ def write_points(self,
411411
tags=tags, protocol=protocol)
412412

413413
def ping(self):
414-
"""Check connectivity to InfluxDB
414+
"""Check connectivity to InfluxDB.
415+
415416
:returns: The version of the InfluxDB the client is connected to
416417
"""
417-
418418
response = self.request(
419419
url="ping",
420420
method='GET',

0 commit comments

Comments
 (0)