mirror of
https://github.com/matrix-org/synapse.git
synced 2025-02-15 19:55:47 +00:00
updated lint issue
This commit is contained in:
parent
44e2a2fc57
commit
726c1eb104
@ -432,10 +432,10 @@ class MultiWriterIdGenerator(AbstractStreamIdGenerator):
|
||||
# write to the stream. In which case, let's pre-seed our own
|
||||
# position with the current minimum.
|
||||
self._current_positions[self._instance_name] = self._persisted_upto_position
|
||||
|
||||
|
||||
table_string = "\n".join(", ".join(row) for row in tables)
|
||||
logger.debug(f"{table_string}")
|
||||
|
||||
|
||||
def _load_current_ids(
|
||||
self,
|
||||
db_conn: LoggingDatabaseConnection,
|
||||
|
Loading…
Reference in New Issue
Block a user