summaryrefslogtreecommitdiff
path: root/tests/sites_framework/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sites_framework/tests.py')
-rw-r--r--tests/sites_framework/tests.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/sites_framework/tests.py b/tests/sites_framework/tests.py
index 97d01e1d57..911286adc1 100644
--- a/tests/sites_framework/tests.py
+++ b/tests/sites_framework/tests.py
@@ -6,8 +6,9 @@ from django.core import checks
from django.db import models
from django.test import TestCase
-from .models import (SyndicatedArticle, ExclusiveArticle, CustomArticle,
- AbstractArticle)
+from .models import (
+ AbstractArticle, CustomArticle, ExclusiveArticle, SyndicatedArticle,
+)
class SitesFrameworkTestCase(TestCase):