Skip to content

Commit

Permalink
Update import test
Browse files Browse the repository at this point in the history
  • Loading branch information
dyohan9 committed Jul 4, 2019
1 parent 10e8765 commit 93b8497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bothub/api/v2/tests/test_evaluate.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import json
from django.test import RequestFactory
from django.test import TestCase
from rest_framework import status
Expand All @@ -12,7 +13,6 @@
from bothub.common.models import RepositoryEvaluateResultIntent
from bothub.common.models import RepositoryEvaluateResultEntity
from .utils import create_user_and_token
import json


# TestCases
Expand Down

0 comments on commit 93b8497

Please sign in to comment.