travis flake8..
This commit is contained in:
parent
867822fa1e
commit
7f94709066
|
@ -2188,6 +2188,7 @@ class EventsStore(SQLBaseStore):
|
||||||
|
|
||||||
defer.returnValue((int(res["topological_ordering"]), int(res["stream_ordering"])))
|
defer.returnValue((int(res["topological_ordering"]), int(res["stream_ordering"])))
|
||||||
|
|
||||||
|
|
||||||
AllNewEventsResult = namedtuple("AllNewEventsResult", [
|
AllNewEventsResult = namedtuple("AllNewEventsResult", [
|
||||||
"new_forward_events", "new_backfill_events",
|
"new_forward_events", "new_backfill_events",
|
||||||
"forward_ex_outliers", "backward_ex_outliers",
|
"forward_ex_outliers", "backward_ex_outliers",
|
||||||
|
|
Loading…
Reference in New Issue