From 213241da641614b372a943b4f9ba9cf3c9c42332 Mon Sep 17 00:00:00 2001 From: Mose Mueller Date: Wed, 18 Oct 2023 15:48:21 +0200 Subject: [PATCH] Update docstring --- icon_service_base/database/influxdb_session.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icon_service_base/database/influxdb_session.py b/icon_service_base/database/influxdb_session.py index 133d512..96b7949 100644 --- a/icon_service_base/database/influxdb_session.py +++ b/icon_service_base/database/influxdb_session.py @@ -127,8 +127,7 @@ class InfluxDBSession: ) -> None: """ 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 - loguru. + from `influxdb_client` in a try-catch block and logs potential errors. Args: bucket (Bucket | PostBucketRequest, optional): Bucket instance to be