Browse Source

fix isort

pull/1473/head
youichiro 3 years ago
parent
commit
3dbc856923
1 changed files with 2 additions and 2 deletions
  1. 4
      backend/api/tests/api/test_example_state.py

4
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):

Loading…
Cancel
Save