From 3dbc85692342b47cfdf7f076b2a6b8d0c3d46d57 Mon Sep 17 00:00:00 2001 From: youichiro Date: Thu, 19 Aug 2021 00:06:20 +0900 Subject: [PATCH] fix isort --- backend/api/tests/api/test_example_state.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/api/tests/api/test_example_state.py b/backend/api/tests/api/test_example_state.py index f6bdacd8..9dc9cbfb 100644 --- a/backend/api/tests/api/test_example_state.py +++ b/backend/api/tests/api/test_example_state.py @@ -2,8 +2,8 @@ from django.conf import settings from rest_framework import status from rest_framework.reverse import reverse -from .utils import (CRUDMixin, make_doc, make_example_state, make_user, - prepare_project, assign_user_to_role) +from .utils import (CRUDMixin, assign_user_to_role, make_doc, + make_example_state, make_user, prepare_project) class TestExampleStateList(CRUDMixin):