summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-15 12:00:23 +0000
committerErik Johnston <erik@matrix.org>2019-03-15 14:39:25 +0000
commit7a9aa4b81bf84cd1f0b61823ae69e9a91cd2fa98 (patch)
treeeccfd4ce5f0ce1483daff312769156d163ea169c /tests
parentFixups (diff)
downloadsynapse-7a9aa4b81bf84cd1f0b61823ae69e9a91cd2fa98.tar.xz
Isort
Diffstat (limited to 'tests')
-rw-r--r--tests/rulecheck/test_domainrulecheck.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rulecheck/test_domainrulecheck.py b/tests/rulecheck/test_domainrulecheck.py

index a24fb53766..702862f78b 100644 --- a/tests/rulecheck/test_domainrulecheck.py +++ b/tests/rulecheck/test_domainrulecheck.py
@@ -14,11 +14,11 @@ # limitations under the License. -from tests import unittest - from synapse.config._base import ConfigError from synapse.rulecheck.domain_rule_checker import DomainRuleChecker +from tests import unittest + class DomainRuleCheckerTestCase(unittest.TestCase):