Skip to content

Commit a6ee6f6

Browse files
committed
fix: typos, useless code
1 parent d4dbd3a commit a6ee6f6

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

examples/invocable_scripts.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@
2626
_point2 = Point("my_measurement").tag("location", "New York").field("temperature", 24.3)
2727
client.write_api(write_options=SYNCHRONOUS).write(bucket=bucket_name, record=[_point1, _point2])
2828

29-
"""
30-
Find Organization ID by Organization API.
31-
"""
32-
org = client.organizations_api().find_organizations(org=org_name)[0]
33-
3429
scripts_api = client.invocable_scripts_api()
3530

3631
"""

influxdb_client/client/flux_csv_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class FluxSerializationMode(Enum):
4242

4343

4444
class FluxResponseMetadataMode(Enum):
45-
"""The configuration for expected amount of metadata respons from InfluxDB."""
45+
"""The configuration for expected amount of metadata response from InfluxDB."""
4646

4747
full = 1
4848
# useful for Invocable scripts

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy