Skip to content

Commit 52cee20

Browse files
refactor: write rest client
1 parent c9fdd1e commit 52cee20

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

influxdb_client_3/write_client/client/write_api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,6 @@ def _retry_callback_delegate(exception):
753753
def _post_write(self, _async_req, bucket, org, body, precision, no_sync, accept_partial, use_v2_api, **kwargs):
754754
# Filter out serializer-specific kwargs before passing to _post_write
755755
http_kwargs = {k: v for k, v in kwargs.items() if k not in SERIALIZER_KWARGS}
756-
757-
# TODO refactor this
758756
http_kwargs['precision'] = precision
759757
http_kwargs['no_sync'] = no_sync
760758
http_kwargs['accept_partial'] = accept_partial

0 commit comments

Comments
 (0)