Skip to content

Commit b37ec37

Browse files
committed
black add
1 parent dc2c1cf commit b37ec37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/row_event.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def _read_column_data(self, cols_bitmap, row_image_type=None):
143143
if BitGet(partial_bitmap, partial_bitmap_index) > 0:
144144
is_partial = True
145145
partial_bitmap_index += 1
146-
146+
147147
if not name:
148148
# If you are using mysql 5.7 or mysql 8, but binlog_row_metadata = "MINIMAL",
149149
# we do not know the column information.

0 commit comments

Comments
 (0)