Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

HTTP Replication Client #15470

Merged
merged 17 commits into from
May 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Someday, lint will be the end of me
  • Loading branch information
realtyem committed May 9, 2023
commit 85ef55a6179c09caf0beb8f7375950f77362680c
6 changes: 1 addition & 5 deletions synapse/http/replicationagent.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
from twisted.internet.endpoints import HostnameEndpoint, wrapClientTLS
from twisted.internet.interfaces import IStreamClientEndpoint
from twisted.python.failure import Failure
from twisted.web.client import (
URI,
HTTPConnectionPool,
_AgentBase,
)
from twisted.web.client import URI, HTTPConnectionPool, _AgentBase
from twisted.web.error import SchemeNotSupported
from twisted.web.http_headers import Headers
from twisted.web.iweb import (
Expand Down