Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit eb54a78

Browse files
committed
lint fix
1 parent 0dd9610 commit eb54a78

File tree

1 file changed

+1
-1
lines changed
  • backend/pigeonhole/tests/test_views/test_complete

1 file changed

+1
-1
lines changed

backend/pigeonhole/tests/test_views/test_complete/admin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_create_project(self):
6161
{
6262
"name": "Test Project",
6363
"description": "Test Project Description",
64-
"deadline":"2021-12-12 12:12:12",
64+
"deadline": "2021-12-12 12:12:12",
6565
"course_id": self.course.course_id
6666
},
6767
format='json'

0 commit comments

Comments
 (0)