8000 Fix pep257 error · influxdata/influxdb-python@b11974e · GitHub
[go: up one dir, main page]

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

Commit b11974e

Browse files
committed
Fix pep257 error
1 parent ec95a1d commit b11974e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/tests/dataframe_client_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_write_points_from_dataframe(self):
6060
self.assertEqual(m.last_request.body, expected)
6161

6262
def test_dataframe_write_points_with_whitespace_measurement(self):
63-
"""write_points should escape white space in measurements"""
63+
"""write_points should escape white space in measurements."""
6464
now = pd.Timestamp('1970-01-01 00:00+00:00')
6565
dataframe = pd.DataFrame(data=[["1", 1, 1.0], ["2", 2, 2.0]],
6666
index=[now, now + timedelta(hours=1)],

0 commit comments

Comments
 (0)
0