forked from MirrorHub/synapse
sort
This commit is contained in:
parent
941edad583
commit
f735aeec65
1 changed files with 1 additions and 3 deletions
|
@ -17,14 +17,12 @@ from __future__ import print_function
|
||||||
|
|
||||||
import functools
|
import functools
|
||||||
import sys
|
import sys
|
||||||
|
from typing import Any, Callable, List
|
||||||
from typing import List, Callable, Any
|
|
||||||
|
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
from twisted.internet.defer import Deferred
|
from twisted.internet.defer import Deferred
|
||||||
from twisted.python.failure import Failure
|
from twisted.python.failure import Failure
|
||||||
|
|
||||||
|
|
||||||
# Tracks if we've already patched inlineCallbacks
|
# Tracks if we've already patched inlineCallbacks
|
||||||
_already_patched = False
|
_already_patched = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue