Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit fa97965

Browse files
committed
pep8 fixes
1 parent 2af7849 commit fa97965

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gsoc/common/utils/build_tasks.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
from django.utils import timezone
55
from django.conf import settings
66

7-
from gsoc.models import (Event, Timeline,UserProfile, GsocYear,
8-
BlogPostDueDate, Scheduler, ReaddUser
9-
)
7+
from gsoc.models import (Event, Timeline,UserProfile, GsocYear,
8+
BlogPostDueDate, Scheduler, ReaddUser)
109
from gsoc.common.utils.tools import build_send_mail_json
1110

1211
from googleapiclient.discovery import build

0 commit comments

Comments
 (0)