Update docstring

This commit is contained in:
Mose Mueller 2023-10-18 15:48:21 +02:00
parent 7338a8778d
commit 213241da64

View File

@ -127,8 +127,7 @@ class InfluxDBSession:
) -> None: ) -> None:
""" """
Create a bucket in the InfluxDB instance. This function wraps the create_bucket Create a bucket in the InfluxDB instance. This function wraps the create_bucket
from `influxdb_client` in a try-catch block and logs potential errors with from `influxdb_client` in a try-catch block and logs potential errors.
loguru.
Args: Args:
bucket (Bucket | PostBucketRequest, optional): Bucket instance to be bucket (Bucket | PostBucketRequest, optional): Bucket instance to be