Skip to content

Commit 92e23ba

Browse files
refactor: remove old documentation link
1 parent 7e3c61d commit 92e23ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

influxdb_client_3/write_client/client/write_api.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,7 @@ def __init__(self,
296296

297297
if self._write_options.write_type is WriteType.asynchronous:
298298
message = """The 'WriteType.asynchronous' is deprecated and will be removed in future major version.
299-
300-
You can use native asynchronous version of the client:
301-
- https://influxdb-client.readthedocs.io/en/stable/usage.html#how-to-use-asyncio
299+
You can use native asynchronous version of the client:
302300
"""
303301
# TODO above message has link to Influxdb2 API __NOT__ Influxdb3 API !!! - illustrates different API
304302
warnings.warn(message, DeprecationWarning)

0 commit comments

Comments
 (0)