Skip to content

Commit 6b91b07

Browse files
committed
feat: add warning about availability only on the InfluxDB Cloud
1 parent 9b8e182 commit 6b91b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb_client/client/warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class CloudOnlyWarning(UserWarning):
3838
def print_warning(api_name: str, doc_url: str):
3939
"""Print warning about availability only on the InfluxDB Cloud."""
4040

41-
message = f"""The '{api_name}' API is available only on the InfluxDB Cloud.
41+
message = f"""The '{api_name}' is available only on the InfluxDB Cloud.
4242
4343
For more info see:
4444
- {doc_url}

0 commit comments

Comments
 (0)