Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
style(controller): fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed May 14, 2014
1 parent a9129f6 commit 65b4df3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion controller/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from rest_framework import serializers

from api import models
from api import utils


class OwnerSlugRelatedField(serializers.SlugRelatedField):
Expand Down
3 changes: 1 addition & 2 deletions controller/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,7 @@
'get': 'retrieve',
'delete': 'destroy',
'patch': 'partial_update'
})
),
})),
url(r'^apps/?',
views.AppViewSet.as_view({'get': 'list', 'post': 'create'})),
# key
Expand Down

0 comments on commit 65b4df3

Please sign in to comment.