Skip to content

Commit 486fa49

Browse files
committed
fix: code style
1 parent b40f24b commit 486fa49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

influxdb_client/client/write_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def write(self, bucket: str, org: str = None,
294294
:key data_frame_measurement_name: name of measurement for writing Pandas DataFrame - ``DataFrame``
295295
:key data_frame_tag_columns: list of DataFrame columns which are tags,
296296
rest columns will be fields - ``DataFrame``
297-
:key data_frame_timestamp_column: DataFrame column which contains timestamp - ``DataFrame``
297+
:key data_frame_timestamp_column: DataFrame column which contains timestamp - ``DataFrame``
298298
:key record_measurement_key: key of record with specified measurement -
299299
``dictionary``, ``NamedTuple``, ``dataclass``
300300
:key record_measurement_name: static measurement name - ``dictionary``, ``NamedTuple``, ``dataclass``

influxdb_client/client/write_api_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async def write(self, bucket: str, org: str = None,
5858
:key data_frame_measurement_name: name of measurement for writing Pandas DataFrame - ``DataFrame``
5959
:key data_frame_tag_columns: list of DataFrame columns which are tags,
6060
rest columns will be fields - ``DataFrame``
61-
:key data_frame_timestamp_column: DataFrame column which contains timestamp - ``DataFrame``
61+
:key data_frame_timestamp_column: DataFrame column which contains timestamp - ``DataFrame``
6262
:key record_measurement_key: key of record with specified measurement -
6363
``dictionary``, ``NamedTuple``, ``dataclass``
6464
:key record_measurement_name: static measurement name - ``dictionary``, ``NamedTuple``, ``dataclass``

0 commit comments

Comments
 (0)