This commit is contained in:
Richard van der Hoff 2020-12-15 22:28:06 +00:00
parent ed61fe4ada
commit c9dd47d668
5 changed files with 3 additions and 7 deletions

View file

@ -13,9 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import logging
from typing import Tuple
from synapse.http.site import SynapseRequest
from synapse.rest.client.v2_alpha import register
from tests.replication._base import BaseMultiWorkerStreamTestCase