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

Commit e001115

Browse files
committed
fix
1 parent e60aab1 commit e001115

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/federation/test_complexity.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16+
from mock import Mock
17+
1618
from twisted.internet import defer
1719

20+
from synapse.api.errors import Codes, SynapseError
1821
from synapse.config.ratelimiting import FederationRateLimitConfig
1922
from synapse.federation.transport import server
2023
from synapse.rest import admin

0 commit comments

Comments
 (0)