From 0ed7d155635da9f79d4dd67e4889087d3673c6da Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 28 Jan 2015 07:35:27 -0500 Subject: Sorted imports with isort; refs #23860. --- tests/utils_tests/test_module/another_good_module.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/utils_tests/test_module/another_good_module.py') diff --git a/tests/utils_tests/test_module/another_good_module.py b/tests/utils_tests/test_module/another_good_module.py index fd69a3b30c..eccdaa4c59 100644 --- a/tests/utils_tests/test_module/another_good_module.py +++ b/tests/utils_tests/test_module/another_good_module.py @@ -1,4 +1,5 @@ from . import site + content = 'Another Good Module' site._registry.update({ -- cgit v1.3