From 7a9aa4b81bf84cd1f0b61823ae69e9a91cd2fa98 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 15 Mar 2019 12:00:23 +0000 Subject: Isort --- tests/rulecheck/test_domainrulecheck.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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): -- cgit 1.5.1