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 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 a new issue