10000 fix: typos, useless code · chaosegg/influxdb-client-python@a6ee6f6 · GitHub
[go: up one dir, main page]

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)
0