mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-19 07:44:08 -04:00
Stop sub-classing object (#8249)
This commit is contained in:
parent
9f8abdcc38
commit
c619253db8
168 changed files with 293 additions and 292 deletions
|
@ -20,7 +20,7 @@ from twisted.internet import threads
|
|||
from synapse.logging.context import make_deferred_yieldable, run_in_background
|
||||
|
||||
|
||||
class BackgroundFileConsumer(object):
|
||||
class BackgroundFileConsumer:
|
||||
"""A consumer that writes to a file like object. Supports both push
|
||||
and pull producers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue