Removed unnecessary import.

This commit is contained in:
Josh Washburne 2018-04-02 16:51:48 -04:00
parent f24d1dacbc
commit ddbcf5c96f

View file

@ -13,7 +13,7 @@ from core.utils import get_setting
from profiles.exceptions import MakeRequestError
from profiles.models import RadioProfile, SongRequest
from radio.models import Song
from ..permissions import IsAdminOrReadOnly, IsDJ
from ..permissions import IsDJ
from ..serializers.controls import (JustPlayedSerializer,
MakeRequestSerializer,
GetRequestSerializer)