Skip to content

Commit

Permalink
[#1157] Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed Feb 8, 2024
1 parent b3d24d4 commit b77d899
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion backend/api/v1/v1_forms/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Create your models here.
from api.v1.v1_forms.constants import QuestionTypes, \
FormTypes, AttributeTypes
from api.v1.v1_profile.models import Administration, Levels
from api.v1.v1_profile.models import Administration
from api.v1.v1_users.models import SystemUser


Expand Down
1 change: 0 additions & 1 deletion backend/api/v1/v1_forms/tests/tests_form_submission.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,3 @@ def test_form_data_endpoint(self):
question_group = webform.get("question_group")
self.assertEqual(len(question_group), 1)
self.assertEqual(question_group[0].get("name"), "Question Group 01")

0 comments on commit b77d899

Please sign in to comment.