mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-04 15:28:50 -04:00
check isort by travis
This commit is contained in:
parent
8a4f05fefb
commit
4a27000548
14 changed files with 37 additions and 13 deletions
|
@ -20,7 +20,7 @@ from twisted.web.server import Request, Site
|
|||
|
||||
from synapse.http import redact_uri
|
||||
from synapse.http.request_metrics import RequestMetrics
|
||||
from synapse.util.logcontext import LoggingContext, ContextResourceUsage
|
||||
from synapse.util.logcontext import ContextResourceUsage, LoggingContext
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue