mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-22 04:34:28 +03:00
One tracing decorator to rule them all.
This commit is contained in:
parent
3641784e8c
commit
823c34a940
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ from functools import wraps
|
|||
|
||||
from canonicaljson import json
|
||||
|
||||
from twisted.internet import defer
|
||||
from twisted.internet import defer,
|
||||
|
||||
from synapse.config import ConfigError
|
||||
|
||||
|
|
Loading…
Reference in a new issue