Skip to content

Commit 73cb616

Browse files
committed
Remove comments, so that isort and Black agree
- Ref: PyCQA/isort#1000
1 parent 508557c commit 73cb616

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

apps/authentication/models.py

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
from rest_framework.exceptions import NotAcceptable
1616

1717
from apps.authentication.constants import FieldOfStudyType, GroupType, RoleType
18-
# If this list is changed, remember to check that the year property on
19-
# OnlineUser is still correct!
2018
from apps.authentication.validators import validate_rfid
2119
from apps.gallery.models import ResponsiveImage
2220

apps/careeropportunity/views.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
from django.shortcuts import render
44
from django.utils import timezone
5-
# API v1
65
from rest_framework import mixins, viewsets
76
from rest_framework.pagination import PageNumberPagination
87
from rest_framework.permissions import AllowAny

apps/events/views.py

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from django.urls import reverse
1313
from django.utils import timezone
1414
from django.utils.translation import ugettext as _
15-
# API v1
1615
from guardian.shortcuts import get_objects_for_user
1716
from rest_framework import mixins, permissions, status, viewsets
1817
from rest_framework.decorators import action

apps/offline/views.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# -*- encoding: utf-8 -*-
22

33
from django.shortcuts import render
4-
# API v1
54
from rest_framework import mixins, viewsets
65
from rest_framework.permissions import AllowAny
76

0 commit comments

Comments
 (0)