mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-11 09:55:46 -05:00
Stop sub-classing object (#8249)
This commit is contained in:
parent
9f8abdcc38
commit
c619253db8
168 changed files with 293 additions and 292 deletions
|
|
@ -16,7 +16,7 @@
|
|||
from synapse.storage.util.id_generators import _load_current_id
|
||||
|
||||
|
||||
class SlavedIdTracker(object):
|
||||
class SlavedIdTracker:
|
||||
def __init__(self, db_conn, table, column, extra_tables=[], step=1):
|
||||
self.step = step
|
||||
self._current = _load_current_id(db_conn, table, column, step)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue