mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
sort
This commit is contained in:
parent
941edad583
commit
f735aeec65
@ -17,14 +17,12 @@ from __future__ import print_function
|
||||
|
||||
import functools
|
||||
import sys
|
||||
|
||||
from typing import List, Callable, Any
|
||||
from typing import Any, Callable, List
|
||||
|
||||
from twisted.internet import defer
|
||||
from twisted.internet.defer import Deferred
|
||||
from twisted.python.failure import Failure
|
||||
|
||||
|
||||
# Tracks if we've already patched inlineCallbacks
|
||||
_already_patched = False
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user