8000 docstring for pep257 compliance · Linux-oiD/influxdb-python@eb049f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit eb049f1

Browse files
committed
docstring for pep257 compliance
1 parent b322ca2 commit eb049f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

influxdb/tests/test_line_protocol.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def test_quote_literal(self):
121121
)
122122

123123
def test_float_with_long_decimal_fraction(self):
124+
"""Ensure precision is preserved when casting floats into strings."""
124125
data = {
125126
"points": [
126127
{

0 commit comments

Comments
 (0)
0