Skip to content

Commit

Permalink
Remove comments, so that isort and Black agree
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikhorluck committed Oct 23, 2019
1 parent 508557c commit 73cb616
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions apps/authentication/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
from rest_framework.exceptions import NotAcceptable

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

Expand Down
1 change: 0 additions & 1 deletion apps/careeropportunity/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from django.shortcuts import render
from django.utils import timezone
# API v1
from rest_framework import mixins, viewsets
from rest_framework.pagination import PageNumberPagination
from rest_framework.permissions import AllowAny
Expand Down
1 change: 0 additions & 1 deletion apps/events/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from django.urls import reverse
from django.utils import timezone
from django.utils.translation import ugettext as _
# API v1
from guardian.shortcuts import get_objects_for_user
from rest_framework import mixins, permissions, status, viewsets
from rest_framework.decorators import action
Expand Down
1 change: 0 additions & 1 deletion apps/offline/views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- encoding: utf-8 -*-

from django.shortcuts import render
# API v1
from rest_framework import mixins, viewsets
from rest_framework.permissions import AllowAny

Expand Down

0 comments on commit 73cb616

Please sign in to comment.