diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-02-01 09:29:46 +0100 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2018-02-01 09:29:46 +0100 |
| commit | 9bcf73d788866bc93f8248cb2e9d601ecbc4b50c (patch) | |
| tree | 56827a74dcd260db777e0307d2999d9531524e4e /tests/admin_views/test_actions.py | |
| parent | 9cd313fc2e1282c9e40df62c89825eb7796988b2 (diff) | |
Fixed imports per isort 4.3.0.
Diffstat (limited to 'tests/admin_views/test_actions.py')
| -rw-r--r-- | tests/admin_views/test_actions.py | 3 |
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, ) |
