summaryrefslogtreecommitdiff
path: root/tests/admin_views/test_actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_views/test_actions.py')
-rw-r--r--tests/admin_views/test_actions.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/admin_views/test_actions.py b/tests/admin_views/test_actions.py
index b77714b32d..44bff49ec2 100644
--- a/tests/admin_views/test_actions.py
+++ b/tests/admin_views/test_actions.py
@@ -12,8 +12,7 @@ from django.urls import reverse
from .admin import SubscriberAdmin
from .forms import MediaActionForm
from .models import (
- Actor, Answer, ExternalSubscriber, Question, Subscriber,
- UnchangeableObject,
+ Actor, Answer, ExternalSubscriber, Question, Subscriber, UnchangeableObject,
)