Skip to content

Commit ba2e567

Browse files
committed
style: add blank line
influxdb_client/client/write/point.py:266:1: E302 expected 2 blank lines, found 1
1 parent f8e3765 commit ba2e567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

influxdb_client/client/write/point.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ def __eq__(self, other):
263263
self._write_precision == other._write_precision and
264264
self._field_types == other._field_types)
265265

266+
266267
def _append_tags(tags):
267268
_return = []
268269
for tag_key, tag_value in sorted(tags.items()):

0 commit comments

Comments
 (0)