Skip to content

Commit 3e8b714

Browse files
committed
fix: code style
1 parent f3a75b8 commit 3e8b714

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

influxdb_client_3/write_client/service/write_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ def _post_write_prepare(self, org, bucket, body, **kwargs): # noqa: E501,D401,D
191191
precision = local_var_params['precision']
192192
query_params.append(('precision', WritePrecisionConverter.to_v2_api_string(precision))) # noqa: E501
193193

194-
195194
header_params = {}
196195
if 'zap_trace_span' in local_var_params:
197196
header_params['Zap-Trace-Span'] = local_var_params['zap_trace_span'] # noqa: E501

0 commit comments

Comments
 (0)