mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 15:44:50 -04:00
Run Black. (#5482)
This commit is contained in:
parent
7dcf984075
commit
32e7c9e7f2
376 changed files with 9142 additions and 10388 deletions
|
@ -69,9 +69,7 @@ class WheelTimer(object):
|
|||
|
||||
# Add empty entries between the end of the current list and when we want
|
||||
# to insert. This ensures there are no gaps.
|
||||
self.entries.extend(
|
||||
_Entry(key) for key in range(last_key, then_key + 1)
|
||||
)
|
||||
self.entries.extend(_Entry(key) for key in range(last_key, then_key + 1))
|
||||
|
||||
self.entries[-1].queue.append(obj)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue