diff --git a/influxdb_client/client/write/point.py b/influxdb_client/client/write/point.py index 5eb6ce54..3bee403f 100644 --- a/influxdb_client/client/write/point.py +++ b/influxdb_client/client/write/point.py @@ -187,7 +187,7 @@ def to_line_protocol(self, precision=None): The output Line protocol will be interpret as a comment by InfluxDB. For more info see: - https://docs.influxdata.com/influxdb/latest/reference/syntax/line-protocol/#comments - """ +""" warnings.warn(message, SyntaxWarning) _tags = _append_tags(self._tags) _fields = _append_fields(self._fields)